public static interface ClientProtos.RegionActionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<ClientProtos.ResultOrException> getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1;
ClientProtos.ResultOrException getResultOrException(int index)
repeated .ResultOrException resultOrException = 1;
int getResultOrExceptionCount()
repeated .ResultOrException resultOrException = 1;
List<? extends ClientProtos.ResultOrExceptionOrBuilder> getResultOrExceptionOrBuilderList()
repeated .ResultOrException resultOrException = 1;
ClientProtos.ResultOrExceptionOrBuilder getResultOrExceptionOrBuilder(int index)
repeated .ResultOrException resultOrException = 1;
boolean hasException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
HBaseProtos.NameBytesPair getException()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .NameBytesPair exception = 2;
If the operation failed globally for this region, this exception is set
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.