Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.util | |
org.apache.cassandra.streaming.messages |
Modifier and Type | Method and Description |
---|---|
static CompressionMetadata |
CompressionMetadata.create(java.lang.String dataFilePath)
Create metadata about given compressed file including uncompressed data length, chunk size
and list of the chunk offsets of the compressed data.
|
CompressionMetadata |
CompressedSequentialWriter.open(long overrideLength) |
CompressionMetadata |
CompressionMetadata.Writer.open(long dataLength,
long compressedLength) |
Modifier and Type | Method and Description |
---|---|
static CompressedRandomAccessReader |
CompressedRandomAccessReader.open(ChannelProxy channel,
CompressionMetadata metadata) |
Constructor and Description |
---|
CompressedRandomAccessReader(ChannelProxy channel,
CompressionMetadata metadata,
ICompressedFile file,
PoolingSegmentedFile owner) |
CompressedThrottledReader(ChannelProxy channel,
CompressionMetadata metadata,
ICompressedFile file,
com.google.common.util.concurrent.RateLimiter limiter) |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
SSTableReader.getCompressionMetadata()
Returns the compression metadata for this sstable.
|
Modifier and Type | Field and Description |
---|---|
CompressionMetadata |
CompressedPoolingSegmentedFile.metadata |
CompressionMetadata |
CompressedSegmentedFile.metadata |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
CompressedPoolingSegmentedFile.getMetadata() |
CompressionMetadata |
CompressedSegmentedFile.getMetadata() |
CompressionMetadata |
ICompressedFile.getMetadata() |
protected CompressionMetadata |
CompressedSegmentedFile.Builder.metadata(java.lang.String path,
long overrideLength) |
Constructor and Description |
---|
Cleanup(ChannelProxy channel,
CompressionMetadata metadata,
java.util.TreeMap<java.lang.Long,java.nio.MappedByteBuffer> chunkSegments) |
CompressedPoolingSegmentedFile(ChannelProxy channel,
CompressionMetadata metadata) |
CompressedSegmentedFile(ChannelProxy channel,
CompressionMetadata metadata) |
CompressedSegmentedFile(ChannelProxy channel,
CompressionMetadata metadata,
java.util.TreeMap<java.lang.Long,java.nio.MappedByteBuffer> chunkSegments) |
Constructor and Description |
---|
FileMessageHeader(java.util.UUID cfId,
int sequenceNumber,
java.lang.String version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionMetadata compressionMetadata,
long repairedAt,
int sstableLevel) |
Copyright © 2019 The Apache Software Foundation