org.hbase.async.generated
Interface RPCPB.ConnectionHeaderOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- RPCPB.ConnectionHeader, RPCPB.ConnectionHeader.Builder
- Enclosing class:
- RPCPB
public static interface RPCPB.ConnectionHeaderOrBuilder
- extends com.google.protobuf.MessageLiteOrBuilder
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
hasUserInfo
boolean hasUserInfo()
optional .UserInformation user_info = 1;
getUserInfo
RPCPB.UserInformation getUserInfo()
optional .UserInformation user_info = 1;
hasServiceName
boolean hasServiceName()
optional string service_name = 2;
getServiceName
String getServiceName()
optional string service_name = 2;
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 2;
hasCellBlockCodecClass
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!!!)
getCellBlockCodecClass
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!!!)
getCellBlockCodecClassBytes
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!!!)
hasCellBlockCompressorClass
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.
getCellBlockCompressorClass
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.
getCellBlockCompressorClassBytes
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.
Copyright © 2010-2015, The Async HBase Authors