Package | Description |
---|---|
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
IndexSummary |
IndexSummaryBuilder.build(IPartitioner partitioner) |
IndexSummary |
IndexSummaryBuilder.build(IPartitioner partitioner,
DecoratedKey exclusiveUpperBound) |
IndexSummary |
IndexSummary.IndexSummarySerializer.deserialize(java.io.DataInputStream in,
IPartitioner partitioner,
boolean haveSamplingLevel,
int expectedMinIndexInterval,
int maxIndexInterval) |
static IndexSummary |
IndexSummaryBuilder.downsample(IndexSummary existing,
int newSamplingLevel,
int minIndexInterval,
IPartitioner partitioner)
Downsamples an existing index summary to a new sampling level.
|
IndexSummary |
IndexSummary.readOnlyClone() |
Modifier and Type | Method and Description |
---|---|
static IndexSummary |
IndexSummaryBuilder.downsample(IndexSummary existing,
int newSamplingLevel,
int minIndexInterval,
IPartitioner partitioner)
Downsamples an existing index summary to a new sampling level.
|
void |
IndexSummary.IndexSummarySerializer.serialize(IndexSummary t,
DataOutputPlus out,
boolean withSamplingLevel) |
Copyright © 2014 The Apache Software Foundation