Uses of Class
org.apache.hadoop.hbase.client.Action

Packages that use Action
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Uses of Action in org.apache.hadoop.hbase.client
 

Fields in org.apache.hadoop.hbase.client with type parameters of type Action
 Map<byte[],List<Action<R>>> MultiAction.actions
           
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type Action
 List<Action<R>> MultiAction.allActions()
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type Action
 void MultiAction.add(byte[] regionName, Action<R> a)
          Add an Action to this container based on it's regionName.
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type Action
 void MultiAction.add(byte[] regionName, List<Action<R>> a)
          Add an list of Actions to this container based on it's regionName.
 void DelayingRunner.add(Map.Entry<byte[],List<Action<T>>> e)
           
 

Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type Action
DelayingRunner(long sleepTime, Map.Entry<byte[],List<Action<T>>> e)
           
 

Uses of Action in org.apache.hadoop.hbase.protobuf
 

Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type Action
static
<R> ClientProtos.RegionAction.Builder
RequestConverter.buildNoDataRegionAction(byte[] regionName, List<Action<R>> actions, List<CellScannable> cells, ClientProtos.RegionAction.Builder regionActionBuilder, ClientProtos.Action.Builder actionBuilder, ClientProtos.MutationProto.Builder mutationBuilder)
          Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).
static
<R> ClientProtos.RegionAction.Builder
RequestConverter.buildRegionAction(byte[] regionName, List<Action<R>> actions, ClientProtos.RegionAction.Builder regionActionBuilder, ClientProtos.Action.Builder actionBuilder, ClientProtos.MutationProto.Builder mutationBuilder)
          Create a protocol buffer multi request for a list of actions.
 



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