Uses of Interface
org.apache.hadoop.hbase.regionserver.StoreFlushContext
-
Uses of StoreFlushContext in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescription(package private) final TreeMap<byte[],
StoreFlushContext> HRegion.PrepareFlushResult.storeFlushCtxs
Modifier and TypeMethodDescriptionHStore.createFlushContext
(long cacheFlushId, FlushLifeCycleTracker tracker) ModifierConstructorDescription(package private)
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 resultprivate
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)