public static interface HdfsProtos.ExtendedBlockProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
required uint64 blockId = 2; |
long |
getGenerationStamp()
required uint64 generationStamp = 3; |
long |
getNumBytes()
optional uint64 numBytes = 4 [default = 0]; |
String |
getPoolId()
required string poolId = 1; |
com.google.protobuf.ByteString |
getPoolIdBytes()
required string poolId = 1; |
boolean |
hasBlockId()
required uint64 blockId = 2; |
boolean |
hasGenerationStamp()
required uint64 generationStamp = 3; |
boolean |
hasNumBytes()
optional uint64 numBytes = 4 [default = 0]; |
boolean |
hasPoolId()
required string poolId = 1; |
boolean hasPoolId()
required string poolId = 1;
Block pool id - gloablly unique across clusters
String getPoolId()
required string poolId = 1;
Block pool id - gloablly unique across clusters
com.google.protobuf.ByteString getPoolIdBytes()
required string poolId = 1;
Block pool id - gloablly unique across clusters
boolean hasBlockId()
required uint64 blockId = 2;
the local id within a pool
long getBlockId()
required uint64 blockId = 2;
the local id within a pool
boolean hasGenerationStamp()
required uint64 generationStamp = 3;
long getGenerationStamp()
required uint64 generationStamp = 3;
boolean hasNumBytes()
optional uint64 numBytes = 4 [default = 0];
len does not belong in ebid
long getNumBytes()
optional uint64 numBytes = 4 [default = 0];
len does not belong in ebid
Copyright © 2013 Apache Software Foundation. All rights reserved.