public static class OptionsBuilder.InternalOptionsBuilder extends Options
| Modifier | Constructor and Description |
|---|---|
protected |
OptionsBuilder.InternalOptionsBuilder(ConsistencyLevel consistencyLevel) |
protected |
OptionsBuilder.InternalOptionsBuilder(Integer ttl) |
protected |
OptionsBuilder.InternalOptionsBuilder(Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
OptionsBuilder.InternalOptionsBuilder |
withConsistency(ConsistencyLevel consistencyLevel) |
OptionsBuilder.InternalOptionsBuilder |
withTimestamp(Long timestamp) |
OptionsBuilder.InternalOptionsBuilder |
withTtl(Integer ttl) |
duplicateWithNewConsistencyLevel, duplicateWithNewTimestamp, duplicateWithoutTtlAndTimestamp, getConsistencyLevel, getTimestamp, getTtl, toStringprotected OptionsBuilder.InternalOptionsBuilder(ConsistencyLevel consistencyLevel)
protected OptionsBuilder.InternalOptionsBuilder(Integer ttl)
protected OptionsBuilder.InternalOptionsBuilder(Long timestamp)
public OptionsBuilder.InternalOptionsBuilder withConsistency(ConsistencyLevel consistencyLevel)
public OptionsBuilder.InternalOptionsBuilder withTtl(Integer ttl)
public OptionsBuilder.InternalOptionsBuilder withTimestamp(Long timestamp)
Copyright © 2012-2014. All Rights Reserved.