|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
protected static class Compactor.FileDetails
The sole reason this class exists is that java has no ref/out/pointer parameters.
Field Summary | |
---|---|
long |
earliestPutTs
Earliest put timestamp if major compaction |
int |
maxKeyCount
Maximum key count after compaction (for blooms) |
long |
maxMVCCReadpoint
Latest memstore read point found in any of the involved files |
long |
maxSeqId
The last key in the files we're compacting. |
Constructor Summary | |
---|---|
protected |
Compactor.FileDetails()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int maxKeyCount
public long earliestPutTs
public long maxSeqId
public long maxMVCCReadpoint
Constructor Detail |
---|
protected Compactor.FileDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |