public static class Create.Options extends TableOptions<Create.Options>
TableOptions.CachingRowsPerPartition, TableOptions.CompactionOptions<T extends TableOptions.CompactionOptions>, TableOptions.CompressionOptions, TableOptions.SpeculativeRetryValueidempotent, NULL_PAYLOAD_VALUE| 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, speculativeRetrygetKeyspace, getQueryString, getRoutingKey, getValues, hasValuestoStringdisableTracing, enableTracing, getConsistencyLevel, getDefaultTimestamp, getFetchSize, getRetryPolicy, getSerialConsistencyLevel, isIdempotent, isTracing, setConsistencyLevel, setDefaultTimestamp, setFetchSize, setIdempotent, setOutgoingPayload, setPagingState, setPagingStateUnsafe, setRetryPolicy, setSerialConsistencyLevelpublic Create.Options clusteringOrder(String columnName, SchemaBuilder.Direction direction)
To define the order on multiple columns, call this method repeatedly. The columns will be declared in the call order.
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>Copyright © 2012–2015. All rights reserved.