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

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

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

Methods in org.apache.cassandra.io.compress with parameters of type SSTableMetadata.Collector
static SequentialWriter CompressedSequentialWriter.open(java.lang.String dataFilePath, java.lang.String indexFilePath, boolean skipIOCache, CompressionParameters parameters, SSTableMetadata.Collector sstableMetadataCollector)
           
 

Constructors in org.apache.cassandra.io.compress with parameters of type SSTableMetadata.Collector
CompressedSequentialWriter(java.io.File file, java.lang.String indexFilePath, boolean skipIOCache, CompressionParameters parameters, SSTableMetadata.Collector sstableMetadataCollector)
           
 

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 © 2012 The Apache Software Foundation