Uses of Interface
org.springframework.data.cassandra.core.cql.keyspace.Option
Packages that use Option
Package
Description
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of Option in org.springframework.data.cassandra.core.cql.keyspace
Classes in org.springframework.data.cassandra.core.cql.keyspace that implement OptionModifier and TypeClassDescriptionclassA default implementation ofOption.enumenumEnumeration that represents all known table options.static enumKnown caching options.static enumKnown compaction options.static enumKnown compression options.Methods in org.springframework.data.cassandra.core.cql.keyspace that return types with arguments of type OptionModifier 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.KeyspaceAttributes.newSimpleReplication()Returns a map ofOptions suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "SimpleStrategy" and with a replication factor of one.KeyspaceAttributes.newSimpleReplication(long replicationFactor) Returns a map ofOptions suitable as the value of aKeyspaceOption.REPLICATIONoption with replication strategy class "SimpleStrategy" and with a replication factor equal to that given.