Package | Description |
---|---|
org.apache.hadoop.ha | |
org.apache.hadoop.hdfs.server.namenode.ha | |
org.apache.hadoop.hdfs.server.protocol |
Modifier and Type | Method and Description |
---|---|
HAServiceProtocol.HAServiceState |
HAServiceStatus.getState() |
static HAServiceProtocol.HAServiceState |
HAServiceProtocol.HAServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HAServiceProtocol.HAServiceState[] |
HAServiceProtocol.HAServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HAServiceStatus(HAServiceProtocol.HAServiceState state) |
Modifier and Type | Field and Description |
---|---|
protected HAServiceProtocol.HAServiceState |
HAState.state |
Modifier and Type | Method and Description |
---|---|
HAServiceProtocol.HAServiceState |
HAState.getServiceState() |
Constructor and Description |
---|
HAState(HAServiceProtocol.HAServiceState state)
Constructor
|
Modifier and Type | Method and Description |
---|---|
HAServiceProtocol.HAServiceState |
NNHAStatusHeartbeat.getState() |
Constructor and Description |
---|
NNHAStatusHeartbeat(HAServiceProtocol.HAServiceState state,
long txid) |
Copyright © 2013 Apache Software Foundation. All rights reserved.