public class KeyspaceOptions extends SchemaStatement
idempotent, NULL_PAYLOAD_VALUE| Constructor and Description | 
|---|
| KeyspaceOptions(String command,
               String keyspaceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| KeyspaceOptions | durableWrites(Boolean durableWrites)Define the durable writes option for the statement. | 
| KeyspaceOptions | replication(Map<String,Object> replication)Define the replication options for the statement. | 
getKeyspace, getNamedValues, getQueryString, getRoutingKey, getValues, hasValues, usesNamedValuesgetQueryString, hasValues, requestSizeInBytes, toStringdisableTracing, enableTracing, getConsistencyLevel, getDefaultTimestamp, getFetchSize, getHost, getLastHost, getNowInSeconds, getOutgoingPayload, getPartitioner, getReadTimeoutMillis, getRetryPolicy, getSerialConsistencyLevel, isBatchIdempotent, isIdempotent, isLWT, isTracing, setConsistencyLevel, setDefaultTimestamp, setFetchSize, setHost, setIdempotent, setLastHost, setNowInSeconds, setOutgoingPayload, setPagingState, setPagingState, setPagingStateUnsafe, setReadTimeoutMillis, setRetryPolicy, setSerialConsistencyLevelpublic KeyspaceOptions replication(Map<String,Object> replication)
replication - replication properties mapKeyspaceOptions objectpublic KeyspaceOptions durableWrites(Boolean durableWrites)
durableWrites - durable write optionKeyspaceOptions objectCopyright © 2012–2025. All rights reserved.