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