public static final class RPCProtos.ResponseHeader extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements RPCProtos.ResponseHeaderOrBuilder
hbase.pb.ResponseHeader| Modifier and Type | Class and Description |
|---|---|
static class |
RPCProtos.ResponseHeader.Builder
Protobuf type
hbase.pb.ResponseHeader |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_ID_FIELD_NUMBER |
static int |
CELL_BLOCK_META_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> |
PARSER
Deprecated.
|
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCallId()
optional uint32 call_id = 1; |
RPCProtos.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
|
static RPCProtos.ResponseHeader |
getDefaultInstance() |
RPCProtos.ResponseHeader |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RPCProtos.ExceptionResponse |
getException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponseOrBuilder |
getExceptionOrBuilder()
If present, then request threw an exception and no response message (else we presume one)
|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> |
getParserForType() |
int |
getSerializedSize() |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
If present, then an encoded data block follows.
|
boolean |
hasException()
If present, then request threw an exception and no response message (else we presume one)
|
int |
hashCode() |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RPCProtos.ResponseHeader.Builder |
newBuilder() |
static RPCProtos.ResponseHeader.Builder |
newBuilder(RPCProtos.ResponseHeader prototype) |
RPCProtos.ResponseHeader.Builder |
newBuilderForType() |
protected RPCProtos.ResponseHeader.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RPCProtos.ResponseHeader |
parseDelimitedFrom(InputStream input) |
static RPCProtos.ResponseHeader |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(byte[] data) |
static RPCProtos.ResponseHeader |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(ByteBuffer data) |
static RPCProtos.ResponseHeader |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static RPCProtos.ResponseHeader |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static RPCProtos.ResponseHeader |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(InputStream input) |
static RPCProtos.ResponseHeader |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> |
parser() |
RPCProtos.ResponseHeader.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CALL_ID_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int CELL_BLOCK_META_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasCallId()
optional uint32 call_id = 1;hasCallId in interface RPCProtos.ResponseHeaderOrBuilderpublic int getCallId()
optional uint32 call_id = 1;getCallId in interface RPCProtos.ResponseHeaderOrBuilderpublic boolean hasException()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;hasException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ExceptionResponse getException()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;getException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;getExceptionOrBuilder in interface RPCProtos.ResponseHeaderOrBuilderpublic boolean hasCellBlockMeta()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;hasCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.CellBlockMeta getCellBlockMeta()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;getCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;getCellBlockMetaOrBuilder in interface RPCProtos.ResponseHeaderOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static RPCProtos.ResponseHeader parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(InputStream input) throws IOException
IOExceptionpublic static RPCProtos.ResponseHeader parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.ResponseHeader parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RPCProtos.ResponseHeader parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.ResponseHeader parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RPCProtos.ResponseHeader parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RPCProtos.ResponseHeader.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static RPCProtos.ResponseHeader.Builder newBuilder()
public static RPCProtos.ResponseHeader.Builder newBuilder(RPCProtos.ResponseHeader prototype)
public RPCProtos.ResponseHeader.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected RPCProtos.ResponseHeader.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static RPCProtos.ResponseHeader getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<RPCProtos.ResponseHeader> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public RPCProtos.ResponseHeader getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.