class TestCompaction.StoreMockMaker extends StatefulStoreMockMaker
| Modifier and Type | Class and Description |
|---|---|
class |
TestCompaction.StoreMockMaker.TestCompactionContext |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<org.apache.hadoop.hbase.regionserver.HStoreFile> |
compacting |
ArrayList<org.apache.hadoop.hbase.regionserver.HStoreFile> |
notCompacting |
private ArrayList<Integer> |
results |
| Constructor and Description |
|---|
StoreMockMaker(ArrayList<Integer> results) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCompaction(Object object) |
void |
finishCompaction(List<org.apache.hadoop.hbase.regionserver.HStoreFile> sfs) |
int |
getPriority() |
Optional<org.apache.hadoop.hbase.regionserver.compactions.CompactionContext> |
selectCompaction() |
createStoreMockpublic ArrayList<org.apache.hadoop.hbase.regionserver.HStoreFile> compacting
public ArrayList<org.apache.hadoop.hbase.regionserver.HStoreFile> notCompacting
public StoreMockMaker(ArrayList<Integer> results)
public Optional<org.apache.hadoop.hbase.regionserver.compactions.CompactionContext> selectCompaction()
selectCompaction in class StatefulStoreMockMakerpublic void cancelCompaction(Object object)
cancelCompaction in class StatefulStoreMockMakerpublic void finishCompaction(List<org.apache.hadoop.hbase.regionserver.HStoreFile> sfs)
public int getPriority()
getPriority in class StatefulStoreMockMakerCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.