Modifier and Type | Method and Description |
---|---|
HdfsServerConstants.ReplicaState |
BlockListAsLongs.BlockReportIterator.getCurrentReplicaState()
Get the state of the current replica.
|
Modifier and Type | Method and Description |
---|---|
static HdfsServerConstants.ReplicaState |
PBHelper.convert(HdfsProtos.ReplicaStateProto state) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.ReplicaStateProto |
PBHelper.convert(HdfsServerConstants.ReplicaState state) |
Modifier and Type | Method and Description |
---|---|
static HdfsServerConstants.ReplicaState |
HdfsServerConstants.ReplicaState.getState(int v) |
static HdfsServerConstants.ReplicaState |
HdfsServerConstants.ReplicaState.read(DataInput in)
Read from in
|
static HdfsServerConstants.ReplicaState |
HdfsServerConstants.ReplicaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsServerConstants.ReplicaState[] |
HdfsServerConstants.ReplicaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HdfsServerConstants.ReplicaState |
ReplicaInPipeline.getState() |
HdfsServerConstants.ReplicaState |
ReplicaWaitingToBeRecovered.getState() |
HdfsServerConstants.ReplicaState |
ReplicaBeingWritten.getState() |
HdfsServerConstants.ReplicaState |
ReplicaUnderRecovery.getState() |
HdfsServerConstants.ReplicaState |
Replica.getState()
Get the replica state
|
HdfsServerConstants.ReplicaState |
FinalizedReplica.getState() |
Modifier and Type | Method and Description |
---|---|
HdfsServerConstants.ReplicaState |
ReplicaRecoveryInfo.getOriginalReplicaState() |
Constructor and Description |
---|
ReplicaRecoveryInfo(long blockId,
long diskLen,
long gs,
HdfsServerConstants.ReplicaState rState) |
Copyright © 2013 Apache Software Foundation. All rights reserved.