Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
(package private) HRegion.FlushResultImpl |
HRegion.PrepareFlushResult.result |
Modifier and Type | Method and Description |
---|---|
(package private) HRegion.FlushResultImpl |
HRegion.flushcache(boolean flushAllStores,
boolean writeFlushRequestWalMarker,
FlushLifeCycleTracker tracker) |
HRegion.FlushResultImpl |
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) |
Constructor and Description |
---|
PrepareFlushResult(HRegion.FlushResultImpl result,
long flushSeqId)
Constructs an early exit case
|
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) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.