Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.DataCenterReplication
Packages that use DataCenterReplication
Package
Description
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of DataCenterReplication in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return DataCenterReplicationMethods in org.springframework.data.cassandra.core.cql.keyspace with parameters of type DataCenterReplicationModifier and TypeMethodDescriptionKeyspaceAttributes.newNetworkReplication(DataCenterReplication... dataCenterReplications) Returns a map ofOptions suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "NetworkTopologyStrategy" and with data centers each with their corresponding replication factors.CreateKeyspaceSpecification.withNetworkReplication(DataCenterReplication... dcrs) Configure datacenter replication givenDataCenterReplication.