Uses of Class
org.apache.hadoop.hdfs.server.common.StorageInfo

Packages that use StorageInfo
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.server.protocol   
 

Uses of StorageInfo in org.apache.hadoop.hdfs.server.common
 

Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.common
 class Storage
          Storage information file.
 

Methods in org.apache.hadoop.hdfs.server.common with parameters of type StorageInfo
static String Storage.getRegistrationID(StorageInfo storage)
           
 void StorageInfo.setStorageInfo(StorageInfo from)
           
 

Constructors in org.apache.hadoop.hdfs.server.common with parameters of type StorageInfo
Storage(HdfsConstants.NodeType type, StorageInfo storageInfo)
           
StorageInfo(StorageInfo from)
           
 

Uses of StorageInfo in org.apache.hadoop.hdfs.server.datanode
 

Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.datanode
 class DataStorage
          Data storage information file.
 

Constructors in org.apache.hadoop.hdfs.server.datanode with parameters of type StorageInfo
DataStorage(StorageInfo storageInfo, String strgID)
           
 

Uses of StorageInfo in org.apache.hadoop.hdfs.server.namenode
 

Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.namenode
 class BackupStorage
           
 class CheckpointSignature
          A unique signature intended to identify checkpoint transactions.
 class FSImage
          FSImage handles checkpointing and logging of the namespace edits.
 

Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type StorageInfo
FSImage(StorageInfo storageInfo)
           
 

Uses of StorageInfo in org.apache.hadoop.hdfs.server.protocol
 

Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.protocol
 class NamenodeRegistration
          Information sent by a subordinate name-node to the active name-node during the registration process.
 class NamespaceInfo
          NamespaceInfo is returned by the name-node in reply to a data-node handshake.
 

Fields in org.apache.hadoop.hdfs.server.protocol declared as StorageInfo
 StorageInfo DatanodeRegistration.storageInfo
           
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type StorageInfo
NamenodeRegistration(String address, String httpAddress, StorageInfo storageInfo, HdfsConstants.NamenodeRole role, long checkpointTime)
           
 



Copyright © 2009 The Apache Software Foundation