Uses of Enum Class
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOption.ReplicationStrategy
Packages that use KeyspaceOption.ReplicationStrategy
Package
Description
Spring Data Cassandra
factory beans
and configuration.Keyspace object action specifications such as
CREATE TABLE
, DROP INDEX
.-
Uses of KeyspaceOption.ReplicationStrategy in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return KeyspaceOption.ReplicationStrategyModifier and TypeMethodDescriptionKeyspaceActionSpecificationFactoryBean.getReplicationStrategy()
Methods in org.springframework.data.cassandra.config with parameters of type KeyspaceOption.ReplicationStrategyModifier and TypeMethodDescriptionvoid
KeyspaceActionSpecificationFactoryBean.setReplicationStrategy
(KeyspaceOption.ReplicationStrategy replicationStrategy) -
Uses of KeyspaceOption.ReplicationStrategy in org.springframework.data.cassandra.core.cql.keyspace
Fields in org.springframework.data.cassandra.core.cql.keyspace declared as KeyspaceOption.ReplicationStrategyModifier and TypeFieldDescriptionstatic final KeyspaceOption.ReplicationStrategy
KeyspaceAttributes.DEFAULT_REPLICATION_STRATEGY
Methods in org.springframework.data.cassandra.core.cql.keyspace that return KeyspaceOption.ReplicationStrategyModifier and TypeMethodDescriptionKeyspaceAttributes.getReplicationStrategy()
Returns the enum constant of this class with the specified name.static KeyspaceOption.ReplicationStrategy[]
KeyspaceOption.ReplicationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.cassandra.core.cql.keyspace with parameters of type KeyspaceOption.ReplicationStrategyModifier and TypeMethodDescriptionvoid
KeyspaceAttributes.setReplicationStrategy
(KeyspaceOption.ReplicationStrategy replicationStrategy)