Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
static SequentialWriter |
CompressedSequentialWriter.open(java.lang.String dataFilePath,
java.lang.String indexFilePath,
boolean skipIOCache,
CompressionParameters parameters,
SSTableMetadata.Collector sstableMetadataCollector) |
Constructor and Description |
---|
CompressedSequentialWriter(java.io.File file,
java.lang.String indexFilePath,
boolean skipIOCache,
CompressionParameters parameters,
SSTableMetadata.Collector sstableMetadataCollector) |
Modifier and Type | Method and Description |
---|---|
SSTableMetadata.Collector |
SSTableMetadata.Collector.addAncestor(int generation) |
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) |
Constructor and Description |
---|
SSTableWriter(java.lang.String filename,
long keyCount,
CFMetaData metadata,
IPartitioner<?> partitioner,
SSTableMetadata.Collector sstableMetadataCollector) |
Copyright © 2013 The Apache Software Foundation