org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.ConnectionHeaderOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- RPCProtos.ConnectionHeader, RPCProtos.ConnectionHeader.Builder
- Enclosing class:
- RPCProtos
public static interface RPCProtos.ConnectionHeaderOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasUserInfo
boolean hasUserInfo()
optional .UserInformation user_info = 1;
getUserInfo
RPCProtos.UserInformation getUserInfo()
optional .UserInformation user_info = 1;
getUserInfoOrBuilder
RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
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 © 2013 The Apache Software Foundation. All Rights Reserved.