Uses of Class
com.datastax.astra.client.model.KeyspaceOptions
Package
Description
Administration classes to manage Databases and Namespaces.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of KeyspaceOptions in com.datastax.astra.client.admin
Modifier and TypeMethodDescriptionvoid
DataAPIDatabaseAdmin.createKeyspace
(String keyspace, KeyspaceOptions options) Allow to create a keyspace with full-fledged definition -
Uses of KeyspaceOptions in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic KeyspaceOptions
KeyspaceOptions.networkTopologyStrategy
(Map<String, Integer> datacenters) Enforce the creation of a namespace with NetworkTopology strategy.static KeyspaceOptions
KeyspaceOptions.simpleStrategy
(int replicationFactor) Enforce the creation of a namespace with SimpleStrategy.