public interface CreateTableWithOptions extends BuildableQuery, RelationStructure<CreateTableWithOptions>
Modifier and Type | Method and Description |
---|---|
CreateTableWithOptions |
withCompactStorage()
Enables COMPACT STORAGE in the CREATE TABLE statement.
|
asCql, build, build, build, builder
withClusteringOrder, withClusteringOrder, withClusteringOrder, withClusteringOrderByIds
withBloomFilterFpChance, withCaching, withCDC, withComment, withCompaction, withCompression, withCompression, withDcLocalReadRepairChance, withDefaultTimeToLiveSeconds, withDeflateCompression, withDeflateCompression, withGcGraceSeconds, withLZ4Compression, withLZ4Compression, withMaxIndexInterval, withMemtableFlushPeriodInMs, withMinIndexInterval, withNoCompression, withReadRepairChance, withSnappyCompression, withSnappyCompression, withSpeculativeRetry
getOptions, withOption
@NonNull CreateTableWithOptions withCompactStorage()
Copyright © 2017–2020. All rights reserved.