org.apache.hadoop.hbase.regionserver.compactions
Class Compactor.FileDetails

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Enclosing class:
Compactor

protected static class Compactor.FileDetails
extends Object

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
 long 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.
 int maxTagsLength
          Max tags length
 
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

maxKeyCount

public long maxKeyCount
Maximum key count after compaction (for blooms)


earliestPutTs

public long earliestPutTs
Earliest put timestamp if major compaction


maxSeqId

public long maxSeqId
The last key in the files we're compacting.


maxMVCCReadpoint

public long maxMVCCReadpoint
Latest memstore read point found in any of the involved files


maxTagsLength

public int maxTagsLength
Max tags length

Constructor Detail

Compactor.FileDetails

protected Compactor.FileDetails()


Copyright © 2015 The Apache Software Foundation. All rights reserved.