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) |
Constructor and Description |
---|
Builder(ChannelProxy channel,
CompressionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
SSTableReader.getCompressionMetadata()
Returns the compression metadata for this sstable.
|
Modifier and Type | Field and Description |
---|---|
CompressionMetadata |
CompressedSegmentedFile.metadata |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
CompressedSegmentedFile.getMetadata() |
CompressionMetadata |
ICompressedFile.getMetadata() |
protected CompressionMetadata |
CompressedSegmentedFile.Builder.metadata(java.lang.String path,
long overrideLength) |
Modifier and Type | Method and Description |
---|---|
static MmappedRegions |
MmappedRegions.map(ChannelProxy channel,
CompressionMetadata metadata) |
Constructor and Description |
---|
CompressedSegmentedFile(ChannelProxy channel,
int bufferSize,
CompressionMetadata metadata) |
CompressedSegmentedFile(ChannelProxy channel,
int bufferSize,
CompressionMetadata metadata,
MmappedRegions regions) |
Constructor and Description |
---|
FileMessageHeader(java.util.UUID cfId,
int sequenceNumber,
Version version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionMetadata compressionMetadata,
long repairedAt,
int sstableLevel,
SerializationHeader.Component header) |
Copyright © 2021 The Apache Software Foundation