Uses of Class
com.datastax.astra.client.model.NamespaceOptions
Packages that use 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
Methods in com.datastax.astra.client.admin with parameters of type NamespaceOptionsModifier and TypeMethodDescriptionvoidDataAPIDatabaseAdmin.createNamespace(String namespace, NamespaceOptions options) Deprecated. -
Uses of NamespaceOptions in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return NamespaceOptionsModifier and TypeMethodDescriptionstatic NamespaceOptionsNamespaceOptions.networkTopologyStrategy(Map<String, Integer> datacenters) Deprecated.Enforce the creation of a namespace with NetworkTopology strategy.static NamespaceOptionsNamespaceOptions.simpleStrategy(int replicationFactor) Deprecated.Enforce the creation of a namespace with SimpleStrategy.
DataAPIDatabaseAdmin.createKeyspace(String, KeyspaceOptions)instead