Uses of Class
org.apache.hadoop.hbase.client.Action
Packages that use org.apache.hadoop.hbase.client.Action
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.Action in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Action in inModifier and TypeMethodDescriptionvoid
MultiAction.add
(byte[] regionName, org.apache.hadoop.hbase.client.Action a) Add an Action to this container based on it's regionName.int
Action.compareTo
(org.apache.hadoop.hbase.client.Action other) Method parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.client.Action in inModifier and TypeMethodDescriptionvoid
void
MultiAction.add
(byte[] regionName, List<org.apache.hadoop.hbase.client.Action> actionList) Add an Action to this container based on it's regionName.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Action in inModifierConstructorDescriptionAction
(org.apache.hadoop.hbase.client.Action action, int replicaId) Creates an action for a particular replica from original action.Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.client.Action in in -
Uses of org.apache.hadoop.hbase.client.Action in org.apache.hadoop.hbase.shaded.protobuf
Method parameters in org.apache.hadoop.hbase.shaded.protobuf with type arguments of type org.apache.hadoop.hbase.client.Action in inModifier and TypeMethodDescriptionstatic void
RequestConverter.buildNoDataRegionActions
(byte[] regionName, Iterable<org.apache.hadoop.hbase.client.Action> actions, List<org.apache.hadoop.hbase.CellScannable> cells, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder, long nonceGroup, Map<Integer, Integer> indexMap) Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).static void
RequestConverter.buildRegionActions
(byte[] regionName, List<org.apache.hadoop.hbase.client.Action> actions, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder, long nonceGroup, Map<Integer, Integer> indexMap) Create a protocol buffer multi request for a list of actions.