Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
CompressionMetadata |
CompressionMetadata.Writer.open(long dataLength,
long compressedLength,
SSTableWriter.FinishType finishType) |
CompressionMetadata |
CompressedSequentialWriter.open(SSTableWriter.FinishType finishType) |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter.FinishType |
SSTableWriter.FinishType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSTableWriter.FinishType[] |
SSTableWriter.FinishType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSTableReader |
SSTableWriter.finish(SSTableWriter.FinishType finishType,
long maxDataAge,
long repairedAt) |
Modifier and Type | Method and Description |
---|---|
SegmentedFile |
BufferedPoolingSegmentedFile.Builder.complete(java.lang.String path,
SSTableWriter.FinishType finishType) |
SegmentedFile |
BufferedSegmentedFile.Builder.complete(java.lang.String path,
SSTableWriter.FinishType finishType) |
SegmentedFile |
CompressedPoolingSegmentedFile.Builder.complete(java.lang.String path,
SSTableWriter.FinishType finishType) |
SegmentedFile |
CompressedSegmentedFile.Builder.complete(java.lang.String path,
SSTableWriter.FinishType finishType) |
abstract SegmentedFile |
SegmentedFile.Builder.complete(java.lang.String path,
SSTableWriter.FinishType openType)
Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
|
protected CompressionMetadata |
CompressedSegmentedFile.Builder.metadata(java.lang.String path,
SSTableWriter.FinishType finishType) |
Copyright © 2015 The Apache Software Foundation