Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static TestCompactionState.StateSource |
TestCompactionState.StateSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCompactionState.StateSource[] |
TestCompactionState.StateSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
TestCompactionState.compaction(String tableName,
int flushes,
org.apache.hadoop.hbase.client.CompactionState expectedState,
boolean singleFamily,
TestCompactionState.StateSource stateSource)
Load data to a table, flush it to disk, trigger compaction, confirm the compaction state is
right and wait till it is done.
|
private static org.apache.hadoop.hbase.client.CompactionState |
TestCompactionState.getCompactionState(TestCompactionState.StateSource stateSource,
org.apache.hadoop.hbase.master.HMaster master,
org.apache.hadoop.hbase.client.Admin admin,
org.apache.hadoop.hbase.TableName table) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.