org.hbase.async.generated
Interface ClientPB.RegionActionResultOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- ClientPB.RegionActionResult, ClientPB.RegionActionResult.Builder
- Enclosing class:
- ClientPB
public static interface ClientPB.RegionActionResultOrBuilder
- extends com.google.protobuf.MessageLiteOrBuilder
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
getResultOrExceptionList
List<ClientPB.ResultOrException> getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1;
getResultOrException
ClientPB.ResultOrException getResultOrException(int index)
repeated .ResultOrException resultOrException = 1;
getResultOrExceptionCount
int getResultOrExceptionCount()
repeated .ResultOrException resultOrException = 1;
hasException
boolean hasException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
getException
HBasePB.NameBytesPair getException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
Copyright © 2010-2015, The Async HBase Authors