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 |
Store.createFlushContext(long cacheFlushId) |
StoreFlushContext |
HStore.createFlushContext(long cacheFlushId) |
Constructor and Description |
---|
HRegion.PrepareFlushResult(Region.FlushResult result,
TreeMap<byte[],StoreFlushContext> storeFlushCtxs,
TreeMap<byte[],List<org.apache.hadoop.fs.Path>> committedFiles,
TreeMap<byte[],Long> storeFlushableSize,
long startTime,
long flushSeqId,
long flushedSeqId,
long totalFlushableSize) |
HRegion.PrepareFlushResult(TreeMap<byte[],StoreFlushContext> storeFlushCtxs,
TreeMap<byte[],List<org.apache.hadoop.fs.Path>> committedFiles,
TreeMap<byte[],Long> storeFlushableSize,
long startTime,
long flushSeqId,
long flushedSeqId,
long totalFlushableSize)
Constructs a successful prepare flush result
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.