private static class TestHStore.MyMemStoreCompactor extends org.apache.hadoop.hbase.regionserver.MemStoreCompactor
Modifier and Type | Field and Description |
---|---|
private static AtomicInteger |
RUNNER_COUNT |
private static CountDownLatch |
START_COMPACTOR_LATCH |
Constructor and Description |
---|
MyMemStoreCompactor(org.apache.hadoop.hbase.regionserver.CompactingMemStore compactingMemStore,
org.apache.hadoop.hbase.MemoryCompactionPolicy compactionPolicy) |
Modifier and Type | Method and Description |
---|---|
boolean |
start() |
private static final AtomicInteger RUNNER_COUNT
private static final CountDownLatch START_COMPACTOR_LATCH
public MyMemStoreCompactor(org.apache.hadoop.hbase.regionserver.CompactingMemStore compactingMemStore, org.apache.hadoop.hbase.MemoryCompactionPolicy compactionPolicy) throws org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
public boolean start() throws IOException
start
in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.