org.apache.cassandra.io.sstable
Class SSTableMetadata.Collector
java.lang.Object
org.apache.cassandra.io.sstable.SSTableMetadata.Collector
- Enclosing class:
- SSTableMetadata
public static class SSTableMetadata.Collector
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
estimatedRowSize
protected EstimatedHistogram estimatedRowSize
estimatedColumnCount
protected EstimatedHistogram estimatedColumnCount
replayPosition
protected ReplayPosition replayPosition
maxTimestamp
protected long maxTimestamp
addRowSize
public void addRowSize(long rowSize)
addColumnCount
public void addColumnCount(long columnCount)
updateMaxTimestamp
public void updateMaxTimestamp(long potentialMax)
finalizeMetadata
public SSTableMetadata finalizeMetadata()
estimatedRowSize
public SSTableMetadata.Collector estimatedRowSize(EstimatedHistogram estimatedRowSize)
estimatedColumnCount
public SSTableMetadata.Collector estimatedColumnCount(EstimatedHistogram estimatedColumnCount)
replayPosition
public SSTableMetadata.Collector replayPosition(ReplayPosition replayPosition)
Copyright © 2011 The Apache Software Foundation