Package | Description |
---|---|
com.datastax.dse.driver.api.querybuilder.schema |
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
AlterDseKeyspace |
AlterDseKeyspaceStart.withDurableWrites(boolean durableWrites)
Adjusts durable writes configuration for this keyspace.
|
AlterDseKeyspace |
AlterDseKeyspace.withDurableWrites(boolean durableWrites)
Adjusts durable writes configuration for this keyspace.
|
AlterDseKeyspace |
AlterDseKeyspaceStart.withGraphEngine(String graphEngine)
Adjusts the graph engine that will be used to interpret this keyspace.
|
AlterDseKeyspace |
AlterDseKeyspace.withGraphEngine(String graphEngine)
Adjusts the graph engine that will be used to interpret this keyspace.
|
AlterDseKeyspace |
AlterDseKeyspaceStart.withNetworkTopologyStrategy(Map<String,Integer> replications)
Adds NetworkTopologyStrategy replication options with the given data center replication
factors.
|
AlterDseKeyspace |
AlterDseKeyspace.withNetworkTopologyStrategy(Map<String,Integer> replications)
Adds NetworkTopologyStrategy replication options with the given data center replication
factors.
|
AlterDseKeyspace |
AlterDseKeyspaceStart.withOption(String name,
Object value) |
AlterDseKeyspace |
AlterDseKeyspace.withOption(String name,
Object value) |
AlterDseKeyspace |
AlterDseKeyspaceStart.withReplicationOptions(Map<String,Object> replicationOptions)
Adds 'replication' options.
|
AlterDseKeyspace |
AlterDseKeyspace.withReplicationOptions(Map<String,Object> replicationOptions)
Adds 'replication' options.
|
AlterDseKeyspace |
AlterDseKeyspaceStart.withSimpleStrategy(int replicationFactor)
Adds SimpleStrategy replication options with the given replication factor.
|
AlterDseKeyspace |
AlterDseKeyspace.withSimpleStrategy(int replicationFactor)
Adds SimpleStrategy replication options with the given replication factor.
|
Copyright © 2017–2020. All rights reserved.