Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.chaos.actions |
Modifier and Type | Class and Description |
---|---|
class |
DistributedHBaseCluster
Manages the interactions with an already deployed distributed cluster (as opposed to
a pseudo-distributed, or mini/local cluster).
|
class |
MiniHBaseCluster
This class creates a single process HBase cluster.
|
Modifier and Type | Field and Description |
---|---|
protected HBaseCluster |
IntegrationTestDDLMasterFailover.cluster |
protected HBaseCluster |
IntegrationTestIngest.cluster |
protected static HBaseCluster |
TestNamespace.cluster |
Modifier and Type | Method and Description |
---|---|
HBaseCluster |
HBaseTestingUtility.getHBaseClusterInterface()
Returns the HBaseCluster instance.
|
Modifier and Type | Method and Description |
---|---|
void |
HBaseTestingUtility.setHBaseCluster(HBaseCluster hbaseCluster) |
Modifier and Type | Field and Description |
---|---|
protected HBaseCluster |
Action.cluster |
Modifier and Type | Method and Description |
---|---|
HBaseCluster |
Action.ActionContext.getHBaseCluster() |