org.hbase.async.generated
Interface ClientPB.ResultOrExceptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ClientPB.ResultOrException, ClientPB.ResultOrException.Builder
Enclosing class:
ClientPB

public static interface ClientPB.ResultOrExceptionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 HBasePB.NameBytesPair getException()
          optional .NameBytesPair exception = 3;
 int getIndex()
          optional uint32 index = 1;
 ClientPB.Result getResult()
          optional .Result result = 2;
 boolean hasException()
          optional .NameBytesPair exception = 3;
 boolean hasIndex()
          optional uint32 index = 1;
 boolean hasResult()
          optional .Result result = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasIndex

boolean hasIndex()
optional uint32 index = 1;
 If part of a multi call, save original index of the list of all
 passed so can align this response w/ original request.
 


getIndex

int getIndex()
optional uint32 index = 1;
 If part of a multi call, save original index of the list of all
 passed so can align this response w/ original request.
 


hasResult

boolean hasResult()
optional .Result result = 2;


getResult

ClientPB.Result getResult()
optional .Result result = 2;


hasException

boolean hasException()
optional .NameBytesPair exception = 3;


getException

HBasePB.NameBytesPair getException()
optional .NameBytesPair exception = 3;



Copyright © 2010-2015, The Async HBase Authors