public static class TableOptions.CompressionOptions.NoCompression extends TableOptions.CompressionOptions
TableOptions.CompressionOptions.Algorithm, TableOptions.CompressionOptions.NoCompression
Constructor and Description |
---|
NoCompression() |
Modifier and Type | Method and Description |
---|---|
TableOptions.CompressionOptions |
withChunkLengthInKb(Integer chunkLengthInKb)
On disk, SSTables are compressed by block to allow random reads.
|
TableOptions.CompressionOptions |
withCRCCheckChance(Double crcCheckChance)
When compression is enabled, each compressed block includes a checksum of that block for the
purpose of detecting disk bitrate and avoiding the propagation of corruption to other
replica.
|
build
public TableOptions.CompressionOptions withChunkLengthInKb(Integer chunkLengthInKb)
TableOptions.CompressionOptions
If no call is made to this method, the default value set by Cassandra is 54.
withChunkLengthInKb
in class TableOptions.CompressionOptions
chunkLengthInKb
- the new value.public TableOptions.CompressionOptions withCRCCheckChance(Double crcCheckChance)
TableOptions.CompressionOptions
If no call is made to this method, the default value set by Cassandra is 1.0 (always check).
withCRCCheckChance
in class TableOptions.CompressionOptions
crcCheckChance
- the new value.Copyright © 2012–2019. All rights reserved.