public static class AbstractTestWALReplay.CustomStoreFlusher extends DefaultStoreFlusher
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
protected HStore |
store |
| Constructor and Description |
|---|
CustomStoreFlusher(org.apache.hadoop.conf.Configuration conf,
HStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalScanner |
createScanner(List<KeyValueScanner> arg0,
long arg1,
FlushLifeCycleTracker arg2) |
protected void |
finalizeWriter(StoreFileWriter arg0,
long arg1,
org.apache.hadoop.hbase.monitoring.MonitoredTask arg2) |
List<org.apache.hadoop.fs.Path> |
flushSnapshot(MemStoreSnapshot snapshot,
long cacheFlushId,
org.apache.hadoop.hbase.monitoring.MonitoredTask status,
ThroughputController throughputController,
FlushLifeCycleTracker tracker) |
protected void |
performFlush(InternalScanner arg0,
CellSink arg1,
long arg2,
ThroughputController arg3) |
public CustomStoreFlusher(org.apache.hadoop.conf.Configuration conf, HStore store)
public List<org.apache.hadoop.fs.Path> flushSnapshot(MemStoreSnapshot snapshot, long cacheFlushId, org.apache.hadoop.hbase.monitoring.MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker) throws IOException
flushSnapshot in class DefaultStoreFlusherIOExceptionprotected void finalizeWriter(StoreFileWriter arg0, long arg1, org.apache.hadoop.hbase.monitoring.MonitoredTask arg2) throws IOException
IOExceptionprotected final InternalScanner createScanner(List<KeyValueScanner> arg0, long arg1, FlushLifeCycleTracker arg2) throws IOException
IOExceptionprotected void performFlush(InternalScanner arg0, CellSink arg1, long arg2, ThroughputController arg3) throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.