Uses of Class
org.apache.hadoop.hdfs.server.common.StorageInfo
Packages that use StorageInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of StorageInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return StorageInfoModifier and TypeMethodDescriptionstatic StorageInfoPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto info, HdfsServerConstants.NodeType type) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type StorageInfoModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtoPBHelper.convert(StorageInfo info) -
Uses of StorageInfo in org.apache.hadoop.hdfs.qjournal.client
Methods in org.apache.hadoop.hdfs.qjournal.client with parameters of type StorageInfoModifier and TypeMethodDescriptionorg.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<Boolean>IPCLoggerChannel.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) booleanQuorumJournalManager.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) org.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<Void>IPCLoggerChannel.doUpgrade(StorageInfo sInfo) -
Uses of StorageInfo in org.apache.hadoop.hdfs.qjournal.protocol
Methods in org.apache.hadoop.hdfs.qjournal.protocol with parameters of type StorageInfoModifier and TypeMethodDescriptionQJournalProtocol.canRollBack(String journalId, String nameServiceid, StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) voidQJournalProtocol.doUpgrade(String journalId, StorageInfo sInfo) -
Uses of StorageInfo in org.apache.hadoop.hdfs.qjournal.protocolPB
Methods in org.apache.hadoop.hdfs.qjournal.protocolPB with parameters of type StorageInfoModifier and TypeMethodDescriptionQJournalProtocolTranslatorPB.canRollBack(String journalId, String nameServiceId, StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) voidQJournalProtocolTranslatorPB.doUpgrade(String journalId, StorageInfo sInfo) -
Uses of StorageInfo in org.apache.hadoop.hdfs.qjournal.server
Methods in org.apache.hadoop.hdfs.qjournal.server with parameters of type StorageInfoModifier and TypeMethodDescriptionJournal.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) JournalNode.canRollBack(String journalId, StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion, String nameServiceId) JournalNodeRpcServer.canRollBack(String journalId, String nameServiceId, StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) voidJournal.doUpgrade(StorageInfo sInfo) voidJournalNode.doUpgrade(String journalId, StorageInfo sInfo) voidJournalNodeRpcServer.doUpgrade(String journalId, StorageInfo sInfo) -
Uses of StorageInfo in org.apache.hadoop.hdfs.server.common
Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.commonMethods in org.apache.hadoop.hdfs.server.common with parameters of type StorageInfoModifier and TypeMethodDescriptionstatic StringStorage.getRegistrationID(StorageInfo storage) voidStorageInfo.setStorageInfo(StorageInfo from) Constructors in org.apache.hadoop.hdfs.server.common with parameters of type StorageInfoModifierConstructorDescriptionprotectedStorage(StorageInfo storageInfo) StorageInfo(StorageInfo from) -
Uses of StorageInfo in org.apache.hadoop.hdfs.server.datanode
Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.datanodeModifier and TypeClassDescriptionclassManages storage for the set of BlockPoolSlices which share a particular block pool id, on this DataNode.classData storage information file.Constructors in org.apache.hadoop.hdfs.server.datanode with parameters of type StorageInfoModifierConstructorDescriptionBlockPoolSliceStorage(StorageInfo storageInfo, String bpid) DataStorage(StorageInfo storageInfo) -
Uses of StorageInfo in org.apache.hadoop.hdfs.server.namenode
Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.namenodeModifier and TypeClassDescriptionclassA unique signature intended to identify checkpoint transactions.classNNStorage is responsible for management of the StorageDirectories used by the NameNode.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type StorageInfoModifier and TypeMethodDescriptionbooleanFileJournalManager.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) booleanJournalManager.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) Return true if this JM can roll back to the previous storage state, false otherwise.booleanJournalSet.canRollBack(StorageInfo storage, StorageInfo prevStorage, int targetLayoutVersion) booleanFSEditLog.canRollBackSharedLog(StorageInfo prevStorage, int targetLayoutVersion) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type StorageInfoModifierConstructorDescriptionCheckpointSignature(StorageInfo info, String blockpoolID, long mostRecentCheckpointTxId, long curSegmentTxId) -
Uses of StorageInfo in org.apache.hadoop.hdfs.server.protocol
Subclasses of StorageInfo in org.apache.hadoop.hdfs.server.protocolModifier and TypeClassDescriptionclassInformation sent by a subordinate name-node to the active name-node during the registration process.classNamespaceInfo is returned by the name-node in reply to a data-node handshake.Methods in org.apache.hadoop.hdfs.server.protocol that return StorageInfoConstructors in org.apache.hadoop.hdfs.server.protocol with parameters of type StorageInfoModifierConstructorDescriptionDatanodeRegistration(org.apache.hadoop.hdfs.protocol.DatanodeID dn, StorageInfo info, ExportedBlockKeys keys, String softwareVersion) NamenodeRegistration(String address, String httpAddress, StorageInfo storageInfo, HdfsServerConstants.NamenodeRole role) NamespaceInfo(StorageInfo storage) NamespaceInfo(StorageInfo storage, org.apache.hadoop.ha.HAServiceProtocol.HAServiceState st)