Modifier and Type | Field and Description |
---|---|
(package private) TreeMap<byte[],List<org.apache.hadoop.fs.Path>> |
committedFiles |
(package private) long |
flushedSeqId |
(package private) long |
flushOpSeqId |
(package private) Region.FlushResult |
result |
(package private) long |
startTime |
(package private) TreeMap<byte[],Long> |
storeFlushableSize |
(package private) TreeMap<byte[],StoreFlushContext> |
storeFlushCtxs |
(package private) long |
totalFlushableSize |
Modifier | Constructor and Description |
---|---|
(package private) |
HRegion.PrepareFlushResult(Region.FlushResult result,
long flushSeqId)
Constructs an early exit case
|
private |
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) |
(package private) |
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
|
final Region.FlushResult result
final TreeMap<byte[],StoreFlushContext> storeFlushCtxs
final long startTime
final long flushOpSeqId
final long flushedSeqId
final long totalFlushableSize
HRegion.PrepareFlushResult(Region.FlushResult result, long flushSeqId)
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)
private 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)
public Region.FlushResult getResult()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.