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) Allow to create a namespace with full-fledged definition -
Uses of NamespaceOptions in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic NamespaceOptions
NamespaceOptions.networkTopologyStrategy
(Map<String, Integer> datacenters) Enforce the creation of a namespace with NetworkTopology strategy.static NamespaceOptions
NamespaceOptions.simpleStrategy
(int replicationFactor) Enforce the creation of a namespace with SimpleStrategy.