|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.ResultOrException | |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Uses of ClientProtos.ResultOrException in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.ResultOrException | |
---|---|
static com.google.protobuf.Parser<ClientProtos.ResultOrException> |
ClientProtos.ResultOrException.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.ResultOrException | |
---|---|
ClientProtos.ResultOrException |
ClientProtos.ResultOrException.Builder.build()
|
ClientProtos.ResultOrException |
ClientProtos.ResultOrException.Builder.buildPartial()
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.getDefaultInstance()
|
ClientProtos.ResultOrException |
ClientProtos.ResultOrException.getDefaultInstanceForType()
|
ClientProtos.ResultOrException |
ClientProtos.ResultOrException.Builder.getDefaultInstanceForType()
|
ClientProtos.ResultOrException |
ClientProtos.RegionActionResultOrBuilder.getResultOrException(int index)
repeated .ResultOrException resultOrException = 1; |
ClientProtos.ResultOrException |
ClientProtos.RegionActionResult.getResultOrException(int index)
repeated .ResultOrException resultOrException = 1; |
ClientProtos.ResultOrException |
ClientProtos.RegionActionResult.Builder.getResultOrException(int index)
repeated .ResultOrException resultOrException = 1; |
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseDelimitedFrom(InputStream input)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(byte[] data)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(InputStream input)
|
static ClientProtos.ResultOrException |
ClientProtos.ResultOrException.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.ResultOrException | |
---|---|
com.google.protobuf.Parser<ClientProtos.ResultOrException> |
ClientProtos.ResultOrException.getParserForType()
|
List<ClientProtos.ResultOrException> |
ClientProtos.RegionActionResultOrBuilder.getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1; |
List<ClientProtos.ResultOrException> |
ClientProtos.RegionActionResult.getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1; |
List<ClientProtos.ResultOrException> |
ClientProtos.RegionActionResult.Builder.getResultOrExceptionList()
repeated .ResultOrException resultOrException = 1; |
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.ResultOrException | |
---|---|
ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.Builder.addResultOrException(ClientProtos.ResultOrException value)
repeated .ResultOrException resultOrException = 1; |
ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.Builder.addResultOrException(int index,
ClientProtos.ResultOrException value)
repeated .ResultOrException resultOrException = 1; |
ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.Builder.mergeFrom(ClientProtos.ResultOrException other)
|
static ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.newBuilder(ClientProtos.ResultOrException prototype)
|
ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.Builder.setResultOrException(int index,
ClientProtos.ResultOrException value)
repeated .ResultOrException resultOrException = 1; |
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.ResultOrException | |
---|---|
ClientProtos.RegionActionResult.Builder |
ClientProtos.RegionActionResult.Builder.addAllResultOrException(Iterable<? extends ClientProtos.ResultOrException> values)
repeated .ResultOrException resultOrException = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |