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