Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution |
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution[] |
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution.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.DateTieredCompactionStrategyOptions |
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.timestampResolution(TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution timestampResolution)
Sets the timestamp resolution, depending on the timestamp unit of the data you insert.
|
Copyright © 2012–2018. All rights reserved.