public static interface RPCProtos.ConnectionHeaderOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCellBlockCodecClass()
Cell block codec we will use sending over optional cell blocks.
|
org.apache.hbase.thirdparty.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.
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getCellBlockCompressorClassBytes()
Compressor we will use if cell block is compressed.
|
String |
getRpcCryptoCipherTransformation()
the transformation for rpc AES encryption with Apache Commons Crypto
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRpcCryptoCipherTransformationBytes()
the transformation for rpc AES encryption with Apache Commons Crypto
|
String |
getServiceName()
optional string service_name = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getServiceNameBytes()
optional string service_name = 2; |
RPCProtos.UserInformation |
getUserInfo()
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.VersionInfoOrBuilder |
getVersionInfoOrBuilder()
optional .hbase.pb.VersionInfo version_info = 5; |
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 |
hasRpcCryptoCipherTransformation()
the transformation for rpc AES encryption with Apache Commons Crypto
|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUserInfo()
optional .hbase.pb.UserInformation user_info = 1;RPCProtos.UserInformation getUserInfo()
optional .hbase.pb.UserInformation user_info = 1;RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
optional .hbase.pb.UserInformation user_info = 1;boolean hasServiceName()
optional string service_name = 2;String getServiceName()
optional string service_name = 2;org.apache.hbase.thirdparty.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;org.apache.hbase.thirdparty.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;org.apache.hbase.thirdparty.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;boolean hasVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5;HBaseProtos.VersionInfo getVersionInfo()
optional .hbase.pb.VersionInfo version_info = 5;HBaseProtos.VersionInfoOrBuilder getVersionInfoOrBuilder()
optional .hbase.pb.VersionInfo version_info = 5;boolean hasRpcCryptoCipherTransformation()
the transformation for rpc AES encryption with Apache Commons Crypto
optional string rpc_crypto_cipher_transformation = 6;String getRpcCryptoCipherTransformation()
the transformation for rpc AES encryption with Apache Commons Crypto
optional string rpc_crypto_cipher_transformation = 6;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRpcCryptoCipherTransformationBytes()
the transformation for rpc AES encryption with Apache Commons Crypto
optional string rpc_crypto_cipher_transformation = 6;Copyright © 2007–2019 Cloudera. All rights reserved.