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
withChunkLengthInKb
in class TableOptions.CompressionOptions
chunkLengthInKb
- the new value.public TableOptions.CompressionOptions withCRCCheckChance(Double crcCheckChance)
TableOptions.CompressionOptions
withCRCCheckChance
in class TableOptions.CompressionOptions
crcCheckChance
- the new value.Copyright © 2012–2017. All rights reserved.