public static final class RPCProtos.ConnectionHeader.Builder extends com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ConnectionHeader.Builder> implements RPCProtos.ConnectionHeaderOrBuilder
hbase.pb.ConnectionHeader
This is sent on connection setup after the connection preamble is sent.
| 限定符和类型 | 方法和说明 |
|---|---|
RPCProtos.ConnectionHeader |
build() |
RPCProtos.ConnectionHeader |
buildPartial() |
RPCProtos.ConnectionHeader.Builder |
clear() |
RPCProtos.ConnectionHeader.Builder |
clearCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
RPCProtos.ConnectionHeader.Builder |
clearCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
RPCProtos.ConnectionHeader.Builder |
clearServiceName()
optional string service_name = 2; |
RPCProtos.ConnectionHeader.Builder |
clearUserInfo()
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.ConnectionHeader.Builder |
clearVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5; |
RPCProtos.ConnectionHeader.Builder |
clone() |
String |
getCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
com.google.protobuf.ByteString |
getCellBlockCodecClassBytes()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
String |
getCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
com.google.protobuf.ByteString |
getCellBlockCompressorClassBytes()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
RPCProtos.ConnectionHeader |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getServiceName()
optional string service_name = 2; |
com.google.protobuf.ByteString |
getServiceNameBytes()
optional string service_name = 2; |
RPCProtos.UserInformation |
getUserInfo()
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.UserInformation.Builder |
getUserInfoBuilder()
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.UserInformationOrBuilder |
getUserInfoOrBuilder()
optional .hbase.pb.UserInformation user_info = 1; |
HBaseProtos.VersionInfo |
getVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5; |
HBaseProtos.VersionInfo.Builder |
getVersionInfoBuilder()
optional .hbase.pb.VersionInfo version_info = 5; |
HBaseProtos.VersionInfoOrBuilder |
getVersionInfoOrBuilder()
optional .hbase.pb.VersionInfo version_info = 5; |
boolean |
hasCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
boolean |
hasCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
boolean |
hasServiceName()
optional string service_name = 2; |
boolean |
hasUserInfo()
optional .hbase.pb.UserInformation user_info = 1; |
boolean |
hasVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RPCProtos.ConnectionHeader.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.ConnectionHeader.Builder |
mergeFrom(com.google.protobuf.Message other) |
RPCProtos.ConnectionHeader.Builder |
mergeFrom(RPCProtos.ConnectionHeader other) |
RPCProtos.ConnectionHeader.Builder |
mergeUserInfo(RPCProtos.UserInformation value)
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.ConnectionHeader.Builder |
mergeVersionInfo(HBaseProtos.VersionInfo value)
optional .hbase.pb.VersionInfo version_info = 5; |
RPCProtos.ConnectionHeader.Builder |
setCellBlockCodecClass(String value)
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
RPCProtos.ConnectionHeader.Builder |
setCellBlockCodecClassBytes(com.google.protobuf.ByteString value)
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. |
RPCProtos.ConnectionHeader.Builder |
setCellBlockCompressorClass(String value)
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
RPCProtos.ConnectionHeader.Builder |
setCellBlockCompressorClassBytes(com.google.protobuf.ByteString value)
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. |
RPCProtos.ConnectionHeader.Builder |
setServiceName(String value)
optional string service_name = 2; |
RPCProtos.ConnectionHeader.Builder |
setServiceNameBytes(com.google.protobuf.ByteString value)
optional string service_name = 2; |
RPCProtos.ConnectionHeader.Builder |
setUserInfo(RPCProtos.UserInformation.Builder builderForValue)
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.ConnectionHeader.Builder |
setUserInfo(RPCProtos.UserInformation value)
optional .hbase.pb.UserInformation user_info = 1; |
RPCProtos.ConnectionHeader.Builder |
setVersionInfo(HBaseProtos.VersionInfo.Builder builderForValue)
optional .hbase.pb.VersionInfo version_info = 5; |
RPCProtos.ConnectionHeader.Builder |
setVersionInfo(HBaseProtos.VersionInfo value)
optional .hbase.pb.VersionInfo version_info = 5; |
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.ConnectionHeader.Builder>public RPCProtos.ConnectionHeader.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ConnectionHeader.Builder>public RPCProtos.ConnectionHeader.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ConnectionHeader.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ConnectionHeader.Builder>public RPCProtos.ConnectionHeader getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic RPCProtos.ConnectionHeader build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.ConnectionHeader buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.ConnectionHeader.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RPCProtos.ConnectionHeader.Builder>public RPCProtos.ConnectionHeader.Builder mergeFrom(RPCProtos.ConnectionHeader other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ConnectionHeader.Builder>public RPCProtos.ConnectionHeader.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.ConnectionHeader.Builder>IOExceptionpublic boolean hasUserInfo()
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.UserInformation getUserInfo()
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.ConnectionHeader.Builder setUserInfo(RPCProtos.UserInformation value)
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.ConnectionHeader.Builder setUserInfo(RPCProtos.UserInformation.Builder builderForValue)
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.ConnectionHeader.Builder mergeUserInfo(RPCProtos.UserInformation value)
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.ConnectionHeader.Builder clearUserInfo()
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.UserInformation.Builder getUserInfoBuilder()
optional .hbase.pb.UserInformation user_info = 1;public RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
optional .hbase.pb.UserInformation user_info = 1;public boolean hasServiceName()
optional string service_name = 2;public String getServiceName()
optional string service_name = 2;public com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 2;public RPCProtos.ConnectionHeader.Builder setServiceName(String value)
optional string service_name = 2;public RPCProtos.ConnectionHeader.Builder clearServiceName()
optional string service_name = 2;public RPCProtos.ConnectionHeader.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
optional string service_name = 2;public boolean hasCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public String getCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public com.google.protobuf.ByteString getCellBlockCodecClassBytes()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public RPCProtos.ConnectionHeader.Builder setCellBlockCodecClass(String value)
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public RPCProtos.ConnectionHeader.Builder clearCellBlockCodecClass()
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public RPCProtos.ConnectionHeader.Builder setCellBlockCodecClassBytes(com.google.protobuf.ByteString value)
optional string cell_block_codec_class = 3;
Cell block codec we will use sending over optional cell blocks. Server throws exception if cannot deal. Null means no codec'ing going on so we are pb all the time (SLOW!!!)
public boolean hasCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public String getCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public com.google.protobuf.ByteString getCellBlockCompressorClassBytes()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public RPCProtos.ConnectionHeader.Builder setCellBlockCompressorClass(String value)
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public RPCProtos.ConnectionHeader.Builder clearCellBlockCompressorClass()
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public RPCProtos.ConnectionHeader.Builder setCellBlockCompressorClassBytes(com.google.protobuf.ByteString value)
optional string cell_block_compressor_class = 4;
Compressor we will use if cell block is compressed. Server will throw exception if not supported. Class must implement hadoop's CompressionCodec Interface. Can't compress if no codec.
public boolean hasVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5;public HBaseProtos.VersionInfo getVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5;public RPCProtos.ConnectionHeader.Builder setVersionInfo(HBaseProtos.VersionInfo value)
optional .hbase.pb.VersionInfo version_info = 5;public RPCProtos.ConnectionHeader.Builder setVersionInfo(HBaseProtos.VersionInfo.Builder builderForValue)
optional .hbase.pb.VersionInfo version_info = 5;public RPCProtos.ConnectionHeader.Builder mergeVersionInfo(HBaseProtos.VersionInfo value)
optional .hbase.pb.VersionInfo version_info = 5;public RPCProtos.ConnectionHeader.Builder clearVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5;public HBaseProtos.VersionInfo.Builder getVersionInfoBuilder()
optional .hbase.pb.VersionInfo version_info = 5;public HBaseProtos.VersionInfoOrBuilder getVersionInfoOrBuilder()
optional .hbase.pb.VersionInfo version_info = 5;Copyright © 2007–2019. All rights reserved.