public static final class RPCPB.CellBlockMeta.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.CellBlockMeta,RPCPB.CellBlockMeta.Builder> implements RPCPB.CellBlockMetaOrBuilder
Optional Cell block Message. Included in client RequestHeaderProtobuf type
CellBlockMeta| Modifier and Type | Method and Description |
|---|---|
RPCPB.CellBlockMeta.Builder |
clearLength()
Length of the following cell block.
|
int |
getLength()
Length of the following cell block.
|
boolean |
hasLength()
Length of the following cell block.
|
RPCPB.CellBlockMeta.Builder |
setLength(int value)
Length of the following cell block.
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasLength()
Length of the following cell block. Could calculate it but convenient having it too hand.
optional uint32 length = 1;hasLength in interface RPCPB.CellBlockMetaOrBuilderpublic int getLength()
Length of the following cell block. Could calculate it but convenient having it too hand.
optional uint32 length = 1;getLength in interface RPCPB.CellBlockMetaOrBuilderpublic RPCPB.CellBlockMeta.Builder setLength(int value)
Length of the following cell block. Could calculate it but convenient having it too hand.
optional uint32 length = 1;public RPCPB.CellBlockMeta.Builder clearLength()
Length of the following cell block. Could calculate it but convenient having it too hand.
optional uint32 length = 1;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.