Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Modifier and Type | Class and Description |
---|---|
class |
CompressedSequentialWriter |
Modifier and Type | Method and Description |
---|---|
static SequentialWriter |
CompressedSequentialWriter.open(java.lang.String dataFilePath,
java.lang.String indexFilePath,
boolean skipIOCache,
CompressionParameters parameters,
SSTableMetadata.Collector sstableMetadataCollector) |
Modifier and Type | Method and Description |
---|---|
static SequentialWriter |
SequentialWriter.open(java.io.File file) |
static SequentialWriter |
SequentialWriter.open(java.io.File file,
boolean skipIOCache) |
static SequentialWriter |
SequentialWriter.open(java.io.File file,
int bufferSize,
boolean skipIOCache) |
Copyright © 2013 The Apache Software Foundation