Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.util |
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.
|
static CompressionMetadata |
CompressionMetadata.createWithLength(java.lang.String dataFilePath,
long compressedLength) |
CompressionMetadata |
CompressedSequentialWriter.open(long overrideLength) |
CompressionMetadata |
CompressionMetadata.Writer.open(long dataLength,
long compressedLength) |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
SSTableReader.getCompressionMetadata()
Returns the compression metadata for this sstable.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<CompressionMetadata> |
FileHandle.compressionMetadata() |
Modifier and Type | Method and Description |
---|---|
static MmappedRegions |
MmappedRegions.map(ChannelProxy channel,
CompressionMetadata metadata) |
FileHandle.Builder |
FileHandle.Builder.withCompressionMetadata(CompressionMetadata metadata)
Provide
CompressionMetadata to use when reading compressed file. |
Constructor and Description |
---|
CompressedChunkReader(ChannelProxy channel,
CompressionMetadata metadata) |
Mmap(ChannelProxy channel,
CompressionMetadata metadata,
MmappedRegions regions) |
Standard(ChannelProxy channel,
CompressionMetadata metadata) |
Copyright © 2009-2022 The Apache Software Foundation