Uses of Class
org.apache.cassandra.io.sstable.SSTableMetadata.Collector

Packages that use SSTableMetadata.Collector
org.apache.cassandra.io.sstable   
 

Uses of SSTableMetadata.Collector in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return SSTableMetadata.Collector
static SSTableMetadata.Collector SSTableMetadata.createCollector()
           
 SSTableMetadata.Collector SSTableMetadata.Collector.estimatedColumnCount(EstimatedHistogram estimatedColumnCount)
           
 SSTableMetadata.Collector SSTableMetadata.Collector.estimatedRowSize(EstimatedHistogram estimatedRowSize)
           
 SSTableMetadata.Collector SSTableMetadata.Collector.replayPosition(ReplayPosition replayPosition)
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type SSTableMetadata.Collector
SSTableWriter(java.lang.String filename, long keyCount, CFMetaData metadata, IPartitioner<?> partitioner, SSTableMetadata.Collector sstableMetadataCollector)
           
 



Copyright © 2011 The Apache Software Foundation