Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit |
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit[] |
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions |
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.compactionWindowUnit(TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit compactionWindowUnit)
Sets the time unit used to define the window size
|
Copyright © 2012–2023. All rights reserved.