org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.ResponseHeaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RPCProtos.ResponseHeader, RPCProtos.ResponseHeader.Builder
Enclosing class:
RPCProtos

public static interface RPCProtos.ResponseHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getCallId()
          optional uint32 call_id = 1;
 RPCProtos.CellBlockMeta getCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ExceptionResponse getException()
          optional .ExceptionResponse exception = 2;
 RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
          optional .ExceptionResponse exception = 2;
 boolean hasCallId()
          optional uint32 call_id = 1;
 boolean hasCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 boolean hasException()
          optional .ExceptionResponse exception = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasCallId

boolean hasCallId()
optional uint32 call_id = 1;


getCallId

int getCallId()
optional uint32 call_id = 1;


hasException

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


getException

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


getExceptionOrBuilder

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


hasCellBlockMeta

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


getCellBlockMeta

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


getCellBlockMetaOrBuilder

RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.