Package com.datastax.astra.client.model
Class NamespaceOptions
java.lang.Object
com.datastax.astra.client.model.NamespaceOptions
Deprecated.
Options to create a Namespace.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NamespaceOptionsnetworkTopologyStrategy(Map<String, Integer> datacenters) Deprecated.Enforce the creation of a namespace with NetworkTopology strategy.static NamespaceOptionssimpleStrategy(int replicationFactor) Deprecated.Enforce the creation of a namespace with SimpleStrategy.
-
Method Details
-
simpleStrategy
Deprecated.Enforce the creation of a namespace with SimpleStrategy.- Parameters:
replicationFactor- replication factor- Returns:
- instance of the options populated
-
networkTopologyStrategy
Deprecated.Enforce the creation of a namespace with NetworkTopology strategy.- Parameters:
datacenters- list of datacenters with replication factors- Returns:
- instance of the options populated
-
KeyspaceOptionsinstead