public static final class RPCPB.ConnectionHeader extends com.google.protobuf.GeneratedMessageLite<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 | Class and Description |
---|---|
static class |
RPCPB.ConnectionHeader.Builder
This is sent on connection setup after the connection preamble is sent.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
CELL_BLOCK_CODEC_CLASS_FIELD_NUMBER |
static int |
CELL_BLOCK_COMPRESSOR_CLASS_FIELD_NUMBER |
static int |
SERVICE_NAME_FIELD_NUMBER |
static int |
USER_INFO_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
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.
|
static RPCPB.ConnectionHeader |
getDefaultInstance() |
int |
getSerializedSize() |
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; |
static RPCPB.ConnectionHeader.Builder |
newBuilder() |
static RPCPB.ConnectionHeader.Builder |
newBuilder(RPCPB.ConnectionHeader prototype) |
static RPCPB.ConnectionHeader |
parseDelimitedFrom(InputStream input) |
static RPCPB.ConnectionHeader |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ConnectionHeader |
parseFrom(byte[] data) |
static RPCPB.ConnectionHeader |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ConnectionHeader |
parseFrom(ByteBuffer data) |
static RPCPB.ConnectionHeader |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ConnectionHeader |
parseFrom(com.google.protobuf.ByteString data) |
static RPCPB.ConnectionHeader |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ConnectionHeader |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCPB.ConnectionHeader |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ConnectionHeader |
parseFrom(InputStream input) |
static RPCPB.ConnectionHeader |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RPCPB.ConnectionHeader> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int USER_INFO_FIELD_NUMBER
public static final int SERVICE_NAME_FIELD_NUMBER
public static final int CELL_BLOCK_CODEC_CLASS_FIELD_NUMBER
public static final int CELL_BLOCK_COMPRESSOR_CLASS_FIELD_NUMBER
public boolean hasUserInfo()
optional .UserInformation user_info = 1;
hasUserInfo
in interface RPCPB.ConnectionHeaderOrBuilder
public RPCPB.UserInformation getUserInfo()
optional .UserInformation user_info = 1;
getUserInfo
in interface RPCPB.ConnectionHeaderOrBuilder
public boolean hasServiceName()
optional string service_name = 2;
hasServiceName
in interface RPCPB.ConnectionHeaderOrBuilder
public String getServiceName()
optional string service_name = 2;
getServiceName
in interface RPCPB.ConnectionHeaderOrBuilder
public com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 2;
getServiceNameBytes
in interface RPCPB.ConnectionHeaderOrBuilder
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.ConnectionHeaderOrBuilder
public 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.ConnectionHeaderOrBuilder
public 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.ConnectionHeaderOrBuilder
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.ConnectionHeaderOrBuilder
public 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.ConnectionHeaderOrBuilder
public 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.ConnectionHeaderOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
public static RPCPB.ConnectionHeader parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ConnectionHeader parseFrom(InputStream input) throws IOException
IOException
public static RPCPB.ConnectionHeader parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ConnectionHeader parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RPCPB.ConnectionHeader parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ConnectionHeader parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RPCPB.ConnectionHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ConnectionHeader.Builder newBuilder()
public static RPCPB.ConnectionHeader.Builder newBuilder(RPCPB.ConnectionHeader prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<RPCPB.ConnectionHeader,RPCPB.ConnectionHeader.Builder>
public static RPCPB.ConnectionHeader getDefaultInstance()
public static com.google.protobuf.Parser<RPCPB.ConnectionHeader> parser()
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.