public static interface InterDatanodeProtocolProtos.UpdateReplicaUnderRecoveryRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.ExtendedBlockProto |
getBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
HdfsProtos.ExtendedBlockProtoOrBuilder |
getBlockOrBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
long |
getNewLength()
required uint64 newLength = 3; |
long |
getRecoveryId()
required uint64 recoveryId = 2; |
boolean |
hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
boolean |
hasNewLength()
required uint64 newLength = 3; |
boolean |
hasRecoveryId()
required uint64 recoveryId = 2; |
boolean hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
Block identifier
HdfsProtos.ExtendedBlockProto getBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
Block identifier
HdfsProtos.ExtendedBlockProtoOrBuilder getBlockOrBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
Block identifier
boolean hasRecoveryId()
required uint64 recoveryId = 2;
New genstamp of the replica
long getRecoveryId()
required uint64 recoveryId = 2;
New genstamp of the replica
boolean hasNewLength()
required uint64 newLength = 3;
New length of the replica
long getNewLength()
required uint64 newLength = 3;
New length of the replica
Copyright © 2013 Apache Software Foundation. All rights reserved.