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

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

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

Classes in org.hbase.async.generated that implement ClientPB.ActionOrBuilder
static class ClientPB.Action
          Protobuf type Action
static class ClientPB.Action.Builder
          Protobuf type Action
 

Methods in org.hbase.async.generated that return ClientPB.ActionOrBuilder
 ClientPB.ActionOrBuilder ClientPB.RegionAction.getActionOrBuilder(int index)
          repeated .Action action = 3;
 

Methods in org.hbase.async.generated that return types with arguments of type ClientPB.ActionOrBuilder
 List<? extends ClientPB.ActionOrBuilder> ClientPB.RegionAction.getActionOrBuilderList()
          repeated .Action action = 3;
 



Copyright © 2010-2015, The Async HBase Authors