public static interface ClientPB.RegionActionResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.NameBytesPair |
getException()
If the operation failed globally for this region, this exception is set
|
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()
If the operation failed globally for this region, this exception is set
|
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()
If the operation failed globally for this region, this exception is set
optional .NameBytesPair exception = 2;
HBasePB.NameBytesPair getException()
If the operation failed globally for this region, this exception is set
optional .NameBytesPair exception = 2;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.