public static class Create.Options extends TableOptions<Create.Options>
TableOptions.CachingRowsPerPartition, TableOptions.CompactionOptions<T extends TableOptions.CompactionOptions>, TableOptions.CompressionOptions, TableOptions.SpeculativeRetryValue
idempotent
Modifier and Type | Method and Description |
---|---|
protected void |
addSpecificOptions(List<String> options) |
Create.Options |
clusteringOrder(String columnName,
SchemaBuilder.Direction direction)
Add a clustering order for this table.
|
Create.Options |
compactStorage()
Enable the compact storage option for the table.
|
bloomFilterFPChance, buildInternal, caching, caching, comment, compactionOptions, compressionOptions, dcLocalReadRepairChance, defaultTimeToLive, freeformOption, gcGraceSeconds, indexInterval, maxIndexInterval, memtableFlushPeriodInMillis, minIndexInterval, populateIOCacheOnFlush, readRepairChance, replicateOnWrite, speculativeRetry
getKeyspace, getQueryString, getRoutingKey, getValues, hasValues
getValues, getValues, toString
disableTracing, enableTracing, getConsistencyLevel, getDefaultTimestamp, getFetchSize, getRetryPolicy, getSerialConsistencyLevel, isIdempotent, isTracing, setConsistencyLevel, setDefaultTimestamp, setFetchSize, setIdempotent, setPagingState, setPagingStateUnsafe, setRetryPolicy, setSerialConsistencyLevel
public Create.Options clusteringOrder(String columnName, SchemaBuilder.Direction direction)
columnName
- the clustering column name.direction
- the clustering direction (DESC/ASC).Options
object.public Create.Options compactStorage()
Options
object.protected void addSpecificOptions(List<String> options)
addSpecificOptions
in class TableOptions<Create.Options>