Package com.datastax.astra.client.model
Enum NamespaceInformation.ReplicationStrategy
java.lang.Object
java.lang.Enum<NamespaceInformation.ReplicationStrategy>
com.datastax.astra.client.model.NamespaceInformation.ReplicationStrategy
- All Implemented Interfaces:
Serializable
,Comparable<NamespaceInformation.ReplicationStrategy>
,java.lang.constant.Constable
- Enclosing class:
NamespaceInformation
public static enum NamespaceInformation.ReplicationStrategy
extends Enum<NamespaceInformation.ReplicationStrategy>
Replication strategies
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe network topology strategy, for production environments.The simple strategy, for development environments. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SIMPLE_STRATEGY
The simple strategy, for development environments. -
NETWORK_TOPOLOGY_STRATEGY
The network topology strategy, for production environments.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-