public interface ReqDebug
Modifier and Type | Method and Description |
---|---|
void |
emitAdjSecSizeNumSec(byte lgWeight)
Emit adjusting section size and number of sections.
|
void |
emitAllHorizList()
Emit all horizontal lists
|
void |
emitCompactingStart(byte lgWeight)
Emit Compaction Start.
|
void |
emitCompactionDetail(int compactionStart,
int compactionEnd,
int secsToCompact,
int promoteLen,
boolean coin)
Emit Compaction details.
|
void |
emitCompactionDone(byte lgWeight)
Emit compaction done and number of compactions so far.
|
void |
emitCompressDone()
Emit compress done.
|
void |
emitMustAddCompactor()
Emit Must add compactor
|
void |
emitNewCompactor(byte lgWeight)
Emit new compactor configuration
|
void |
emitStart(ReqSketch sk)
Emit the start signal
|
void |
emitStartCompress()
Emit Start Compress
|
void emitStart(ReqSketch sk)
sk
- the sketchvoid emitStartCompress()
void emitCompressDone()
void emitAllHorizList()
void emitMustAddCompactor()
void emitCompactingStart(byte lgWeight)
lgWeight
- compactor lgWeight or heightvoid emitNewCompactor(byte lgWeight)
lgWeight
- the log weightvoid emitAdjSecSizeNumSec(byte lgWeight)
lgWeight
- the log weightvoid emitCompactionDetail(int compactionStart, int compactionEnd, int secsToCompact, int promoteLen, boolean coin)
compactionStart
- the offset of compaction startcompactionEnd
- the offset of compaction endsecsToCompact
- the number of sections to compactpromoteLen
- the length of the promotion fieldcoin
- the state of the random coin.void emitCompactionDone(byte lgWeight)
lgWeight
- the log weightCopyright © 2015–2021 The Apache Software Foundation. All rights reserved.