public interface CreateDseKeyspace extends BuildableQuery, KeyspaceOptions<CreateDseKeyspace>
Modifier and Type | Method and Description |
---|---|
default CreateDseKeyspace |
withDurableWrites(boolean durableWrites)
Adjusts durable writes configuration for this keyspace.
|
default CreateDseKeyspace |
withGraphEngine(String graphEngine)
Adjusts the graph engine that will be used to interpret this keyspace.
|
CreateDseKeyspace |
withOption(String name,
Object value)
Adds a free-form option.
|
asCql, build, build, build, builder
getOptions
@NonNull CreateDseKeyspace withOption(@NonNull String name, @NonNull Object value)
OptionProvider
withOption
in interface OptionProvider<CreateDseKeyspace>
@NonNull default CreateDseKeyspace withDurableWrites(boolean durableWrites)
withDurableWrites
in interface KeyspaceOptions<CreateDseKeyspace>
@NonNull default CreateDseKeyspace withGraphEngine(String graphEngine)
Copyright © 2017–2022. All rights reserved.