|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTransferProtocol.BlockConstructionStage | |
---|---|
org.apache.hadoop.hdfs.protocol |
Uses of DataTransferProtocol.BlockConstructionStage in org.apache.hadoop.hdfs.protocol |
---|
Methods in org.apache.hadoop.hdfs.protocol that return DataTransferProtocol.BlockConstructionStage | |
---|---|
DataTransferProtocol.BlockConstructionStage |
DataTransferProtocol.BlockConstructionStage.getRecoveryStage()
get the recovery stage of this stage |
static DataTransferProtocol.BlockConstructionStage |
DataTransferProtocol.BlockConstructionStage.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataTransferProtocol.BlockConstructionStage[] |
DataTransferProtocol.BlockConstructionStage.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hdfs.protocol with parameters of type DataTransferProtocol.BlockConstructionStage | |
---|---|
protected abstract void |
DataTransferProtocol.Receiver.opWriteBlock(DataInputStream in,
long blockId,
long blockGs,
int pipelineSize,
DataTransferProtocol.BlockConstructionStage stage,
long newGs,
long minBytesRcvd,
long maxBytesRcvd,
String client,
DatanodeInfo src,
DatanodeInfo[] targets,
BlockAccessToken accesstoken)
Abstract OP_WRITE_BLOCK method. |
static void |
DataTransferProtocol.Sender.opWriteBlock(DataOutputStream out,
long blockId,
long blockGs,
int pipelineSize,
DataTransferProtocol.BlockConstructionStage stage,
long newGs,
long minBytesRcvd,
long maxBytesRcvd,
String client,
DatanodeInfo src,
DatanodeInfo[] targets,
BlockAccessToken accesstoken)
Send OP_WRITE_BLOCK |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |