Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
Packages that use HRegion.FlushResultImpl
-
Uses of HRegion.FlushResultImpl in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HRegion.FlushResultImplModifier and TypeFieldDescription(package private) final HRegion.FlushResultImpl
HRegion.PrepareFlushResult.result
Methods in org.apache.hadoop.hbase.regionserver that return HRegion.FlushResultImplModifier and TypeMethodDescriptionHRegion.flushcache
(boolean flushAllStores, boolean writeFlushRequestWalMarker, FlushLifeCycleTracker tracker) HRegion.flushcache
(List<byte[]> families, boolean writeFlushRequestWalMarker, FlushLifeCycleTracker tracker) Flush the cache.private HRegion.FlushResultImpl
HRegion.internalFlushcache
(Collection<HStore> storesToFlush, MonitoredTask status, boolean writeFlushWalMarker, FlushLifeCycleTracker tracker) Flushing given stores.protected HRegion.FlushResultImpl
HRegion.internalFlushcache
(WAL wal, long myseqid, Collection<HStore> storesToFlush, MonitoredTask status, boolean writeFlushWalMarker, FlushLifeCycleTracker tracker) Flush the memstore.(package private) HRegion.FlushResultImpl
HRegion.internalFlushCacheAndCommit
(WAL wal, MonitoredTask status, HRegion.PrepareFlushResult prepareResult, Collection<HStore> storesToFlush) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegion.FlushResultImplModifierConstructorDescription(package private)
PrepareFlushResult
(HRegion.FlushResultImpl result, long flushSeqId) Constructs an early exit caseprivate
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)