| 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 | 
|---|---|
default CreateDseKeyspace | 
CreateDseKeyspace.withDurableWrites(boolean durableWrites)
Adjusts durable writes configuration for this keyspace. 
 | 
default CreateDseKeyspace | 
CreateDseKeyspace.withGraphEngine(String graphEngine)
Adjusts the graph engine that will be used to interpret this keyspace. 
 | 
default CreateDseKeyspace | 
CreateDseKeyspaceStart.withNetworkTopologyStrategy(Map<String,Integer> replications)
Adds NetworkTopologyStrategy replication options with the given data center replication
 factors. 
 | 
CreateDseKeyspace | 
CreateDseKeyspace.withOption(String name,
          Object value)  | 
CreateDseKeyspace | 
CreateDseKeyspaceStart.withReplicationOptions(Map<String,Object> replicationOptions)
Adds 'replication' options. 
 | 
default CreateDseKeyspace | 
CreateDseKeyspaceStart.withSimpleStrategy(int replicationFactor)
Adds SimpleStrategy replication options with the given replication factor. 
 | 
Copyright © 2017–2020. All rights reserved.