org.hbase.async.generated
Class RPCPB.ResponseHeader

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.RPCPB.ResponseHeader
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, RPCPB.ResponseHeaderOrBuilder
Enclosing class:
RPCPB

public static final class RPCPB.ResponseHeader
extends com.google.protobuf.GeneratedMessageLite
implements RPCPB.ResponseHeaderOrBuilder

Protobuf type ResponseHeader

See Also:
Serialized Form

Nested Class Summary
static class RPCPB.ResponseHeader.Builder
          Protobuf type ResponseHeader
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int CALL_ID_FIELD_NUMBER
           
static int CELL_BLOCK_META_FIELD_NUMBER
           
static int EXCEPTION_FIELD_NUMBER
           
static com.google.protobuf.Parser<RPCPB.ResponseHeader> PARSER
           
 
Method Summary
 int getCallId()
          optional uint32 call_id = 1;
 RPCPB.CellBlockMeta getCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
static RPCPB.ResponseHeader getDefaultInstance()
           
 RPCPB.ResponseHeader getDefaultInstanceForType()
           
 RPCPB.ExceptionResponse getException()
          optional .ExceptionResponse exception = 2;
 com.google.protobuf.Parser<RPCPB.ResponseHeader> getParserForType()
           
 int getSerializedSize()
           
 boolean hasCallId()
          optional uint32 call_id = 1;
 boolean hasCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 boolean hasException()
          optional .ExceptionResponse exception = 2;
 boolean isInitialized()
           
static RPCPB.ResponseHeader.Builder newBuilder()
           
static RPCPB.ResponseHeader.Builder newBuilder(RPCPB.ResponseHeader prototype)
           
 RPCPB.ResponseHeader.Builder newBuilderForType()
           
static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input)
           
static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ResponseHeader parseFrom(byte[] data)
           
static RPCPB.ResponseHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data)
           
static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input)
           
static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ResponseHeader parseFrom(InputStream input)
           
static RPCPB.ResponseHeader parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCPB.ResponseHeader.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<RPCPB.ResponseHeader> PARSER

CALL_ID_FIELD_NUMBER

public static final int CALL_ID_FIELD_NUMBER
See Also:
Constant Field Values

EXCEPTION_FIELD_NUMBER

public static final int EXCEPTION_FIELD_NUMBER
See Also:
Constant Field Values

CELL_BLOCK_META_FIELD_NUMBER

public static final int CELL_BLOCK_META_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static RPCPB.ResponseHeader getDefaultInstance()

getDefaultInstanceForType

public RPCPB.ResponseHeader getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<RPCPB.ResponseHeader> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasCallId

public boolean hasCallId()
optional uint32 call_id = 1;

Specified by:
hasCallId in interface RPCPB.ResponseHeaderOrBuilder

getCallId

public int getCallId()
optional uint32 call_id = 1;

Specified by:
getCallId in interface RPCPB.ResponseHeaderOrBuilder

hasException

public boolean hasException()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 

Specified by:
hasException in interface RPCPB.ResponseHeaderOrBuilder

getException

public RPCPB.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 

Specified by:
getException in interface RPCPB.ResponseHeaderOrBuilder

hasCellBlockMeta

public boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 

Specified by:
hasCellBlockMeta in interface RPCPB.ResponseHeaderOrBuilder

getCellBlockMeta

public RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 

Specified by:
getCellBlockMeta in interface RPCPB.ResponseHeaderOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ResponseHeader parseFrom(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ResponseHeader parseFrom(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ResponseHeader parseFrom(InputStream input)
                                      throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ResponseHeader parseFrom(InputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
Throws:
IOException

parseDelimitedFrom

public static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input)
                                               throws IOException
Throws:
IOException

parseDelimitedFrom

public static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input)
                                      throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
Throws:
IOException

newBuilder

public static RPCPB.ResponseHeader.Builder newBuilder()

newBuilderForType

public RPCPB.ResponseHeader.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static RPCPB.ResponseHeader.Builder newBuilder(RPCPB.ResponseHeader prototype)

toBuilder

public RPCPB.ResponseHeader.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors