public static interface ClientPB.RegionActionResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.NameBytesPair |
getException()
optional .NameBytesPair exception = 2; |
ClientPB.ResultOrException |
getResultOrException(int index)
repeated .ResultOrException resultOrException = 1; |
int |
getResultOrExceptionCount()
repeated .ResultOrException resultOrException = 1; |
List<ClientPB.ResultOrException> |
getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1; |
boolean |
hasException()
optional .NameBytesPair exception = 2; |
List<ClientPB.ResultOrException> getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1;
ClientPB.ResultOrException getResultOrException(int index)
repeated .ResultOrException resultOrException = 1;
int getResultOrExceptionCount()
repeated .ResultOrException resultOrException = 1;
boolean hasException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
HBasePB.NameBytesPair getException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
Copyright © 2010-2017, The Async HBase Authors