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
| 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 |
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.