public static final class RPCProtos.ResponseHeader extends com.google.protobuf.GeneratedMessage implements RPCProtos.ResponseHeaderOrBuilder
hbase.pb.ResponseHeader| Modifier and Type | Class and Description |
|---|---|
static class |
RPCProtos.ResponseHeader.Builder
Protobuf type
hbase.pb.ResponseHeader |
| 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 <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCallId()
optional uint32 call_id = 1; |
RPCProtos.CellBlockMeta |
getCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3; |
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3; |
static RPCProtos.ResponseHeader |
getDefaultInstance() |
RPCProtos.ResponseHeader |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RPCProtos.ExceptionResponse |
getException()
optional .hbase.pb.ExceptionResponse exception = 2; |
RPCProtos.ExceptionResponseOrBuilder |
getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3; |
boolean |
hasException()
optional .hbase.pb.ExceptionResponse exception = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.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(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RPCProtos.ResponseHeader |
parseDelimitedFrom(java.io.InputStream input) |
static RPCProtos.ResponseHeader |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(com.google.protobuf.ByteString data) |
static RPCProtos.ResponseHeader |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCProtos.ResponseHeader |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ResponseHeader |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.ResponseHeader.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int CALL_ID_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int CELL_BLOCK_META_FIELD_NUMBER
public static RPCProtos.ResponseHeader getDefaultInstance()
public RPCProtos.ResponseHeader getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public 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()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
hasException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ExceptionResponse getException()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getExceptionOrBuilder in interface RPCProtos.ResponseHeaderOrBuilderpublic boolean hasCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
hasCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.CellBlockMeta getCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMetaOrBuilder in interface RPCProtos.ResponseHeaderOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static RPCProtos.ResponseHeader parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ResponseHeader parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RPCProtos.ResponseHeader parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RPCProtos.ResponseHeader parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RPCProtos.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RPCProtos.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RPCProtos.ResponseHeader.Builder newBuilder()
public RPCProtos.ResponseHeader.Builder newBuilderForType()
public static RPCProtos.ResponseHeader.Builder newBuilder(RPCProtos.ResponseHeader prototype)
public RPCProtos.ResponseHeader.Builder toBuilder()
protected RPCProtos.ResponseHeader.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)