Uses of Class
org.apache.hadoop.hdfs.server.namenode.ha.HAState
Packages that use HAState
Package
Description
-
Uses of HAState in org.apache.hadoop.hdfs.server.namenode
Subclasses of HAState in org.apache.hadoop.hdfs.server.namenodeFields in org.apache.hadoop.hdfs.server.namenode declared as HAStateModifier and TypeFieldDescriptionstatic final HAStateNameNode.ACTIVE_STATEstatic final HAStateNameNode.OBSERVER_STATEstatic final HAStateNameNode.STANDBY_STATEMethods in org.apache.hadoop.hdfs.server.namenode that return HAStateModifier and TypeMethodDescriptionprotected HAStateBackupNode.createHAState(org.apache.hadoop.conf.Configuration conf) protected HAStateNameNode.createHAState(org.apache.hadoop.conf.Configuration conf) NameNode.NameNodeHAContext.getState()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type HAState -
Uses of HAState in org.apache.hadoop.hdfs.server.namenode.ha
Subclasses of HAState in org.apache.hadoop.hdfs.server.namenode.haModifier and TypeClassDescriptionclassActive state of the namenode.classNamenode standby state.Methods in org.apache.hadoop.hdfs.server.namenode.ha that return HAStateMethods in org.apache.hadoop.hdfs.server.namenode.ha with parameters of type HAStateModifier and TypeMethodDescriptionvoidvoidSet the state of the context to givenstatevoidMove from the existing state to a new statevoidprotected final voidHAState.setStateInternal(HAContext context, HAState s) Internal method to move from the existing state to a new state.