org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ResultOrExceptionOrBuilder

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

public static interface ClientProtos.ResultOrExceptionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.NameBytesPair getException()
          optional .NameBytesPair exception = 3;
 HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
          optional .NameBytesPair exception = 3;
 int getIndex()
          optional uint32 index = 1;
 ClientProtos.Result getResult()
          optional .Result result = 2;
 ClientProtos.ResultOrBuilder getResultOrBuilder()
          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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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

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


getResultOrBuilder

ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .Result result = 2;


hasException

boolean hasException()
optional .NameBytesPair exception = 3;


getException

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


getExceptionOrBuilder

HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .NameBytesPair exception = 3;



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