Uses of Class
org.apache.cassandra.schema.KeyspaceParams
-
Packages that use KeyspaceParams Package Description org.apache.cassandra.schema -
-
Uses of KeyspaceParams in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as KeyspaceParams Modifier and Type Field Description KeyspaceParams
KeyspaceMetadata. params
Methods in org.apache.cassandra.schema that return KeyspaceParams Modifier and Type Method Description static KeyspaceParams
KeyspaceParams. create(boolean durableWrites, java.util.Map<java.lang.String,java.lang.String> replication)
static KeyspaceParams
KeyspaceParams. local()
static KeyspaceParams
KeyspaceParams. nts(java.lang.Object... args)
static KeyspaceParams
KeyspaceParams. simple(int replicationFactor)
static KeyspaceParams
KeyspaceParams. simple(java.lang.String replicationFactor)
static KeyspaceParams
KeyspaceParams. simpleTransient(int replicationFactor)
Methods in org.apache.cassandra.schema with parameters of type KeyspaceParams Modifier and Type Method Description static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params)
static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables)
static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(KeyspaceParams params)
-