public static final class RPCPB.ConnectionHeader.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ConnectionHeader,RPCPB.ConnectionHeader.Builder> implements RPCPB.ConnectionHeaderOrBuilder
This is sent on connection setup after the connection preamble is sent.Protobuf type
ConnectionHeader| Modifier and Type | Method and Description |
|---|---|
RPCPB.ConnectionHeader.Builder |
clearCellBlockCodecClass()
Cell block codec we will use sending over optional cell blocks.
|
RPCPB.ConnectionHeader.Builder |
clearCellBlockCompressorClass()
Compressor we will use if cell block is compressed.
|
RPCPB.ConnectionHeader.Builder |
clearServiceName()
optional string service_name = 2; |
RPCPB.ConnectionHeader.Builder |
clearUserInfo()
optional .UserInformation user_info = 1; |
String |
getCellBlockCodecClass()
Cell block codec we will use sending over optional cell blocks.
|
com.google.protobuf.ByteString |
getCellBlockCodecClassBytes()
Cell block codec we will use sending over optional cell blocks.
|
String |
getCellBlockCompressorClass()
Compressor we will use if cell block is compressed.
|
com.google.protobuf.ByteString |
getCellBlockCompressorClassBytes()
Compressor we will use if cell block is compressed.
|
String |
getServiceName()
optional string service_name = 2; |
com.google.protobuf.ByteString |
getServiceNameBytes()
optional string service_name = 2; |
RPCPB.UserInformation |
getUserInfo()
optional .UserInformation user_info = 1; |
boolean |
hasCellBlockCodecClass()
Cell block codec we will use sending over optional cell blocks.
|
boolean |
hasCellBlockCompressorClass()
Compressor we will use if cell block is compressed.
|
boolean |
hasServiceName()
optional string service_name = 2; |
boolean |
hasUserInfo()
optional .UserInformation user_info = 1; |
RPCPB.ConnectionHeader.Builder |
mergeUserInfo(RPCPB.UserInformation value)
optional .UserInformation user_info = 1; |
RPCPB.ConnectionHeader.Builder |
setCellBlockCodecClass(String value)
Cell block codec we will use sending over optional cell blocks.
|
RPCPB.ConnectionHeader.Builder |
setCellBlockCodecClassBytes(com.google.protobuf.ByteString value)
Cell block codec we will use sending over optional cell blocks.
|
RPCPB.ConnectionHeader.Builder |
setCellBlockCompressorClass(String value)
Compressor we will use if cell block is compressed.
|
RPCPB.ConnectionHeader.Builder |
setCellBlockCompressorClassBytes(com.google.protobuf.ByteString value)
Compressor we will use if cell block is compressed.
|
RPCPB.ConnectionHeader.Builder |
setServiceName(String value)
optional string service_name = 2; |
RPCPB.ConnectionHeader.Builder |
setServiceNameBytes(com.google.protobuf.ByteString value)
optional string service_name = 2; |
RPCPB.ConnectionHeader.Builder |
setUserInfo(RPCPB.UserInformation.Builder builderForValue)
optional .UserInformation user_info = 1; |
RPCPB.ConnectionHeader.Builder |
setUserInfo(RPCPB.UserInformation value)
optional .UserInformation user_info = 1; |
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 hasUserInfo()
optional .UserInformation user_info = 1;hasUserInfo in interface RPCPB.ConnectionHeaderOrBuilderpublic RPCPB.UserInformation getUserInfo()
optional .UserInformation user_info = 1;getUserInfo in interface RPCPB.ConnectionHeaderOrBuilderpublic RPCPB.ConnectionHeader.Builder setUserInfo(RPCPB.UserInformation value)
optional .UserInformation user_info = 1;public RPCPB.ConnectionHeader.Builder setUserInfo(RPCPB.UserInformation.Builder builderForValue)
optional .UserInformation user_info = 1;public RPCPB.ConnectionHeader.Builder mergeUserInfo(RPCPB.UserInformation value)
optional .UserInformation user_info = 1;public RPCPB.ConnectionHeader.Builder clearUserInfo()
optional .UserInformation user_info = 1;public boolean hasServiceName()
optional string service_name = 2;hasServiceName in interface RPCPB.ConnectionHeaderOrBuilderpublic String getServiceName()
optional string service_name = 2;getServiceName in interface RPCPB.ConnectionHeaderOrBuilderpublic com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 2;getServiceNameBytes in interface RPCPB.ConnectionHeaderOrBuilderpublic RPCPB.ConnectionHeader.Builder setServiceName(String value)
optional string service_name = 2;public RPCPB.ConnectionHeader.Builder clearServiceName()
optional string service_name = 2;public RPCPB.ConnectionHeader.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
optional string service_name = 2;public boolean hasCellBlockCodecClass()
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!!!)
optional string cell_block_codec_class = 3;hasCellBlockCodecClass in interface RPCPB.ConnectionHeaderOrBuilderpublic String getCellBlockCodecClass()
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!!!)
optional string cell_block_codec_class = 3;getCellBlockCodecClass in interface RPCPB.ConnectionHeaderOrBuilderpublic com.google.protobuf.ByteString getCellBlockCodecClassBytes()
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!!!)
optional string cell_block_codec_class = 3;getCellBlockCodecClassBytes in interface RPCPB.ConnectionHeaderOrBuilderpublic RPCPB.ConnectionHeader.Builder setCellBlockCodecClass(String value)
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!!!)
optional string cell_block_codec_class = 3;public RPCPB.ConnectionHeader.Builder clearCellBlockCodecClass()
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!!!)
optional string cell_block_codec_class = 3;public RPCPB.ConnectionHeader.Builder setCellBlockCodecClassBytes(com.google.protobuf.ByteString value)
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!!!)
optional string cell_block_codec_class = 3;public boolean hasCellBlockCompressorClass()
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.
optional string cell_block_compressor_class = 4;hasCellBlockCompressorClass in interface RPCPB.ConnectionHeaderOrBuilderpublic String getCellBlockCompressorClass()
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.
optional string cell_block_compressor_class = 4;getCellBlockCompressorClass in interface RPCPB.ConnectionHeaderOrBuilderpublic com.google.protobuf.ByteString getCellBlockCompressorClassBytes()
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.
optional string cell_block_compressor_class = 4;getCellBlockCompressorClassBytes in interface RPCPB.ConnectionHeaderOrBuilderpublic RPCPB.ConnectionHeader.Builder setCellBlockCompressorClass(String value)
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.
optional string cell_block_compressor_class = 4;public RPCPB.ConnectionHeader.Builder clearCellBlockCompressorClass()
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.
optional string cell_block_compressor_class = 4;public RPCPB.ConnectionHeader.Builder setCellBlockCompressorClassBytes(com.google.protobuf.ByteString value)
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.
optional string cell_block_compressor_class = 4;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.