public static final class RPCProtos.CellBlockMeta.Builder extends com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder> implements RPCProtos.CellBlockMetaOrBuilder
hbase.pb.CellBlockMeta
Optional Cell block Message. Included in client RequestHeader
| 限定符和类型 | 方法和说明 |
|---|---|
RPCProtos.CellBlockMeta |
build() |
RPCProtos.CellBlockMeta |
buildPartial() |
RPCProtos.CellBlockMeta.Builder |
clear() |
RPCProtos.CellBlockMeta.Builder |
clearLength()
optional uint32 length = 1;
Length of the following cell block. |
RPCProtos.CellBlockMeta.Builder |
clone() |
RPCProtos.CellBlockMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getLength()
optional uint32 length = 1;
Length of the following cell block. |
boolean |
hasLength()
optional uint32 length = 1;
Length of the following cell block. |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RPCProtos.CellBlockMeta.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.CellBlockMeta.Builder |
mergeFrom(com.google.protobuf.Message other) |
RPCProtos.CellBlockMeta.Builder |
mergeFrom(RPCProtos.CellBlockMeta other) |
RPCProtos.CellBlockMeta.Builder |
setLength(int value)
optional uint32 length = 1;
Length of the following cell block. |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder>public RPCProtos.CellBlockMeta.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder>public RPCProtos.CellBlockMeta.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder>public RPCProtos.CellBlockMeta getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic RPCProtos.CellBlockMeta build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.CellBlockMeta buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.CellBlockMeta.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RPCProtos.CellBlockMeta.Builder>public RPCProtos.CellBlockMeta.Builder mergeFrom(RPCProtos.CellBlockMeta other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.CellBlockMeta.Builder>public RPCProtos.CellBlockMeta.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RPCProtos.CellBlockMeta.Builder>IOExceptionpublic boolean hasLength()
optional uint32 length = 1;
Length of the following cell block. Could calculate it but convenient having it too hand.
hasLength 在接口中 RPCProtos.CellBlockMetaOrBuilderpublic int getLength()
optional uint32 length = 1;
Length of the following cell block. Could calculate it but convenient having it too hand.
getLength 在接口中 RPCProtos.CellBlockMetaOrBuilderpublic RPCProtos.CellBlockMeta.Builder setLength(int value)
optional uint32 length = 1;
Length of the following cell block. Could calculate it but convenient having it too hand.
public RPCProtos.CellBlockMeta.Builder clearLength()
optional uint32 length = 1;
Length of the following cell block. Could calculate it but convenient having it too hand.
Copyright © 2007–2019. All rights reserved.