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

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

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


Method Summary
 HBaseProtos.NameBytesPair getException()
          optional .NameBytesPair exception = 2;
 HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
          optional .NameBytesPair exception = 2;
 ClientProtos.ResultOrException getResultOrException(int index)
          repeated .ResultOrException resultOrException = 1;
 int getResultOrExceptionCount()
          repeated .ResultOrException resultOrException = 1;
 List<ClientProtos.ResultOrException> getResultOrExceptionList()
          repeated .ResultOrException resultOrException = 1;
 ClientProtos.ResultOrExceptionOrBuilder getResultOrExceptionOrBuilder(int index)
          repeated .ResultOrException resultOrException = 1;
 List<? extends ClientProtos.ResultOrExceptionOrBuilder> getResultOrExceptionOrBuilderList()
          repeated .ResultOrException resultOrException = 1;
 boolean hasException()
          optional .NameBytesPair 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

getResultOrExceptionList

List<ClientProtos.ResultOrException> getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1;


getResultOrException

ClientProtos.ResultOrException getResultOrException(int index)
repeated .ResultOrException resultOrException = 1;


getResultOrExceptionCount

int getResultOrExceptionCount()
repeated .ResultOrException resultOrException = 1;


getResultOrExceptionOrBuilderList

List<? extends ClientProtos.ResultOrExceptionOrBuilder> getResultOrExceptionOrBuilderList()
repeated .ResultOrException resultOrException = 1;


getResultOrExceptionOrBuilder

ClientProtos.ResultOrExceptionOrBuilder getResultOrExceptionOrBuilder(int index)
repeated .ResultOrException resultOrException = 1;


hasException

boolean hasException()
optional .NameBytesPair exception = 2;
 If the operation failed globally for this region, this exception is set
 


getException

HBaseProtos.NameBytesPair getException()
optional .NameBytesPair exception = 2;
 If the operation failed globally for this region, this exception is set
 


getExceptionOrBuilder

HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .NameBytesPair exception = 2;
 If the operation failed globally for this region, this exception is set
 



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