Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ResultOrExceptionOrBuilder

Uses of ClientProtos.ResultOrExceptionOrBuilder in org.apache.hadoop.hbase.protobuf.generated
 

Classes in org.apache.hadoop.hbase.protobuf.generated that implement ClientProtos.ResultOrExceptionOrBuilder
static class ClientProtos.ResultOrException
          Protobuf type ResultOrException
static class ClientProtos.ResultOrException.Builder
          Protobuf type ResultOrException
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.ResultOrExceptionOrBuilder
 ClientProtos.ResultOrExceptionOrBuilder ClientProtos.RegionActionResultOrBuilder.getResultOrExceptionOrBuilder(int index)
          repeated .ResultOrException resultOrException = 1;
 ClientProtos.ResultOrExceptionOrBuilder ClientProtos.RegionActionResult.getResultOrExceptionOrBuilder(int index)
          repeated .ResultOrException resultOrException = 1;
 ClientProtos.ResultOrExceptionOrBuilder ClientProtos.RegionActionResult.Builder.getResultOrExceptionOrBuilder(int index)
          repeated .ResultOrException resultOrException = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.ResultOrExceptionOrBuilder
 List<? extends ClientProtos.ResultOrExceptionOrBuilder> ClientProtos.RegionActionResultOrBuilder.getResultOrExceptionOrBuilderList()
          repeated .ResultOrException resultOrException = 1;
 List<? extends ClientProtos.ResultOrExceptionOrBuilder> ClientProtos.RegionActionResult.getResultOrExceptionOrBuilderList()
          repeated .ResultOrException resultOrException = 1;
 List<? extends ClientProtos.ResultOrExceptionOrBuilder> ClientProtos.RegionActionResult.Builder.getResultOrExceptionOrBuilderList()
          repeated .ResultOrException resultOrException = 1;
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.