Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Field and Description |
---|---|
Map<byte[],List<Action<R>>> |
MultiAction.actions |
Modifier and Type | Method and Description |
---|---|
void |
MultiAction.add(byte[] regionName,
Action<R> a)
Add an Action to this container based on it's regionName.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiAction.add(byte[] regionName,
List<Action<R>> actionList)
Add an Action to this container based on it's regionName.
|
void |
DelayingRunner.add(Map.Entry<byte[],List<Action<T>>> e) |
Constructor and Description |
---|
Action(Action<R> action,
int replicaId)
Creates an action for a particular replica from original action.
|
Constructor and Description |
---|
DelayingRunner(long sleepTime,
Map.Entry<byte[],List<Action<T>>> e) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.