public class Options extends Object
| Modifier and Type | Method and Description |
|---|---|
Options |
duplicateWithNewConsistencyLevel(ConsistencyLevel consistencyLevel) |
Options |
duplicateWithNewTimestamp(Long timestamp) |
Options |
duplicateWithoutTtlAndTimestamp() |
com.google.common.base.Optional<ConsistencyLevel> |
getConsistencyLevel() |
com.google.common.base.Optional<Long> |
getTimestamp() |
com.google.common.base.Optional<Integer> |
getTtl() |
String |
toString() |
public com.google.common.base.Optional<ConsistencyLevel> getConsistencyLevel()
public com.google.common.base.Optional<Integer> getTtl()
public com.google.common.base.Optional<Long> getTimestamp()
public Options duplicateWithoutTtlAndTimestamp()
public Options duplicateWithNewConsistencyLevel(ConsistencyLevel consistencyLevel)
Copyright © 2012-2014. All Rights Reserved.