Uses of Class
org.apache.cassandra.schema.ReplicationParams
-
Packages that use ReplicationParams Package Description org.apache.cassandra.schema -
-
Uses of ReplicationParams in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ReplicationParams Modifier and Type Field Description ReplicationParams
KeyspaceParams. replication
Methods in org.apache.cassandra.schema that return ReplicationParams Modifier and Type Method Description static ReplicationParams
ReplicationParams. fromMap(java.util.Map<java.lang.String,java.lang.String> map)
static ReplicationParams
ReplicationParams. fromMapWithDefaults(java.util.Map<java.lang.String,java.lang.String> map, java.util.Map<java.lang.String,java.lang.String> defaults)
Constructors in org.apache.cassandra.schema with parameters of type ReplicationParams Constructor Description KeyspaceParams(boolean durableWrites, ReplicationParams replication)
-