Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
private class |
HStore.StoreFlusherImpl |
Modifier and Type | Field and Description |
---|---|
(package private) TreeMap<byte[],StoreFlushContext> |
HRegion.PrepareFlushResult.storeFlushCtxs |
Modifier and Type | Method and Description |
---|---|
StoreFlushContext |
HStore.createFlushContext(long cacheFlushId,
FlushLifeCycleTracker tracker) |
Constructor and Description |
---|
PrepareFlushResult(HRegion.FlushResultImpl result,
TreeMap<byte[],StoreFlushContext> storeFlushCtxs,
TreeMap<byte[],List<org.apache.hadoop.fs.Path>> committedFiles,
TreeMap<byte[],MemStoreSize> storeFlushableSize,
long startTime,
long flushSeqId,
long flushedSeqId,
MemStoreSizing totalFlushableSize) |
PrepareFlushResult(TreeMap<byte[],StoreFlushContext> storeFlushCtxs,
TreeMap<byte[],List<org.apache.hadoop.fs.Path>> committedFiles,
TreeMap<byte[],MemStoreSize> storeFlushableSize,
long startTime,
long flushSeqId,
long flushedSeqId,
MemStoreSizing totalFlushableSize)
Constructs a successful prepare flush result
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.