Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static TableOptions.CompactionOptions.LeveledCompactionStrategyOptions |
SchemaBuilder.leveledStrategy()
Create options for the leveled compaction strategy, to use in a CREATE or ALTER TABLE statement.
|
TableOptions.CompactionOptions.LeveledCompactionStrategyOptions |
TableOptions.CompactionOptions.LeveledCompactionStrategyOptions.ssTableSizeInMB(Integer ssTableSizeInMB)
The target size for SSTables that use the leveled compaction strategy.
|
Copyright © 2012–2017. All rights reserved.