Home
last modified time | relevance | path

Searched refs:getRegistrationID (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol/
H A DNamenodeRegistration.java59 public String getRegistrationID() { in getRegistrationID() method in NamenodeRegistration
60 return Storage.getRegistrationID(this); in getRegistrationID()
H A DDatanodeRegistration.java91 public String getRegistrationID() { in getRegistrationID() method in DatanodeRegistration
92 return Storage.getRegistrationID(storageInfo); in getRegistrationID()
H A DNodeRegistration.java38 public String getRegistrationID(); in getRegistrationID() method
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/protocol/
H A DDatanodeRegistration.java93 public String getRegistrationID() { in getRegistrationID() method in DatanodeRegistration
94 return Storage.getRegistrationID(storageInfo); in getRegistrationID()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/protocolPB/
H A DTestPBHelper.java147 assertEquals(reg.getRegistrationID(), reg2.getRegistrationID()); in testConvertNamenodeRegistration()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/common/
H A DStorage.java837 public static String getRegistrationID(StorageInfo storage) { in getRegistrationID() method in Storage
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DNameNode.java1170 if (!namesystem.getRegistrationID().equals(nodeReg.getRegistrationID())) in verifyRequest()
H A DFSNamesystem.java2980 public String getRegistrationID() { in getRegistrationID() method in FSNamesystem
2981 return Storage.getRegistrationID(dir.fsImage); in getRegistrationID()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/
H A DStorage.java1140 public static String getRegistrationID(StorageInfo storage) {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DNameNodeRpcServer.java1403 final String id = nodeReg.getRegistrationID(); in verifyRequest()
1404 final String expectedID = namesystem.getRegistrationID(); in verifyRequest()
H A DFSNamesystem.java4541 String getRegistrationID() { in getRegistrationID() method
4542 return Storage.getRegistrationID(getFSImage().getStorage()); in getRegistrationID()