Constructor and Description |
---|
CompressedSequentialWriter(java.io.File file,
java.lang.String offsetsPath,
CompressionParameters parameters,
MetadataCollector sstableMetadataCollector) |
Modifier and Type | Field and Description |
---|---|
protected MetadataCollector |
SSTableWriter.metadataCollector |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter |
SSTableWriter.create(Descriptor descriptor,
java.lang.Long keyCount,
java.lang.Long repairedAt,
CFMetaData metadata,
IPartitioner partitioner,
MetadataCollector metadataCollector,
SerializationHeader header,
LifecycleTransaction txn) |
abstract SSTableWriter |
SSTableWriter.Factory.open(Descriptor descriptor,
long keyCount,
long repairedAt,
CFMetaData metadata,
IPartitioner partitioner,
MetadataCollector metadataCollector,
SerializationHeader header,
LifecycleTransaction txn) |
Constructor and Description |
---|
SSTableWriter(Descriptor descriptor,
long keyCount,
long repairedAt,
CFMetaData metadata,
IPartitioner partitioner,
MetadataCollector metadataCollector,
SerializationHeader header) |
Constructor and Description |
---|
BigTableWriter(Descriptor descriptor,
java.lang.Long keyCount,
java.lang.Long repairedAt,
CFMetaData metadata,
IPartitioner partitioner,
MetadataCollector metadataCollector,
SerializationHeader header,
LifecycleTransaction txn) |
Modifier and Type | Method and Description |
---|---|
MetadataCollector |
MetadataCollector.addAncestor(int generation) |
MetadataCollector |
MetadataCollector.addCellPerPartitionCount(long cellCount) |
MetadataCollector |
MetadataCollector.addCompressionRatio(long compressed,
long uncompressed)
Ratio is compressed/uncompressed and it is
if you have 1.x then compression isn't helping
|
MetadataCollector |
MetadataCollector.addKey(java.nio.ByteBuffer key) |
MetadataCollector |
MetadataCollector.addPartitionSizeInBytes(long partitionSize) |
MetadataCollector |
MetadataCollector.mergeTombstoneHistogram(StreamingHistogram histogram) |
MetadataCollector |
MetadataCollector.replayPosition(ReplayPosition replayPosition) |
MetadataCollector |
MetadataCollector.sstableLevel(int sstableLevel) |
MetadataCollector |
MetadataCollector.updateClusteringValues(ClusteringPrefix clustering) |
Modifier and Type | Method and Description |
---|---|
static CompressedSequentialWriter |
SequentialWriter.open(java.lang.String dataFilePath,
java.lang.String offsetsPath,
CompressionParameters parameters,
MetadataCollector sstableMetadataCollector) |
Copyright © 2015 The Apache Software Foundation