public interface KeyspaceOptions<SelfT extends KeyspaceOptions<SelfT>> extends OptionProvider<SelfT>
Modifier and Type | Method and Description |
---|---|
default SelfT |
withDurableWrites(boolean durableWrites)
Adjusts durable writes configuration for this keyspace.
|
getOptions, withOption
@NonNull @CheckReturnValue default SelfT withDurableWrites(boolean durableWrites)
Copyright © 2017–2022. All rights reserved.