Uses of Interface
org.hbase.async.generated.ClientPB.ResultOrExceptionOrBuilder

Packages that use ClientPB.ResultOrExceptionOrBuilder
org.hbase.async.generated   
 

Uses of ClientPB.ResultOrExceptionOrBuilder in org.hbase.async.generated
 

Classes in org.hbase.async.generated that implement ClientPB.ResultOrExceptionOrBuilder
static class ClientPB.ResultOrException
          Protobuf type ResultOrException
static class ClientPB.ResultOrException.Builder
          Protobuf type ResultOrException
 

Methods in org.hbase.async.generated that return ClientPB.ResultOrExceptionOrBuilder
 ClientPB.ResultOrExceptionOrBuilder ClientPB.RegionActionResult.getResultOrExceptionOrBuilder(int index)
          repeated .ResultOrException resultOrException = 1;
 

Methods in org.hbase.async.generated that return types with arguments of type ClientPB.ResultOrExceptionOrBuilder
 List<? extends ClientPB.ResultOrExceptionOrBuilder> ClientPB.RegionActionResult.getResultOrExceptionOrBuilderList()
          repeated .ResultOrException resultOrException = 1;
 



Copyright © 2010-2015, The Async HBase Authors