Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.sstable.metadata |
Modifier and Type | Method and Description |
---|---|
static SequentialWriter |
CompressedSequentialWriter.open(java.lang.String dataFilePath,
java.lang.String indexFilePath,
boolean skipIOCache,
CompressionParameters parameters,
MetadataCollector sstableMetadataCollector) |
Constructor and Description |
---|
CompressedSequentialWriter(java.io.File file,
java.lang.String indexFilePath,
boolean skipIOCache,
CompressionParameters parameters,
MetadataCollector sstableMetadataCollector) |
Constructor and Description |
---|
SSTableWriter(java.lang.String filename,
long keyCount,
long repairedAt,
CFMetaData metadata,
IPartitioner<?> partitioner,
MetadataCollector sstableMetadataCollector) |
Modifier and Type | Method and Description |
---|---|
MetadataCollector |
MetadataCollector.addAncestor(int generation) |
MetadataCollector |
MetadataCollector.estimatedColumnCount(EstimatedHistogram estimatedColumnCount) |
MetadataCollector |
MetadataCollector.estimatedRowSize(EstimatedHistogram estimatedRowSize) |
MetadataCollector |
MetadataCollector.replayPosition(ReplayPosition replayPosition) |
MetadataCollector |
MetadataCollector.sstableLevel(int sstableLevel) |
MetadataCollector |
MetadataCollector.updateMaxColumnNames(java.util.List<java.nio.ByteBuffer> maxColumnNames) |
MetadataCollector |
MetadataCollector.updateMinColumnNames(java.util.List<java.nio.ByteBuffer> minColumnNames) |
Copyright © 2014 The Apache Software Foundation