public static interface RPCPB.ConnectionHeaderOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasUserInfo()
optional .UserInformation user_info = 1;
RPCPB.UserInformation getUserInfo()
optional .UserInformation user_info = 1;
boolean hasServiceName()
optional string service_name = 2;
String getServiceName()
optional string service_name = 2;
com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 2;
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;
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;
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;
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;
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;
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;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.