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 KeyspaceParamsKeyspaceMetadata. paramsMethods in org.apache.cassandra.schema that return KeyspaceParams Modifier and Type Method Description static KeyspaceParamsKeyspaceParams. create(boolean durableWrites, java.util.Map<java.lang.String,java.lang.String> replication)static KeyspaceParamsKeyspaceParams. local()static KeyspaceParamsKeyspaceParams. nts(java.lang.Object... args)static KeyspaceParamsKeyspaceParams. simple(int replicationFactor)static KeyspaceParamsKeyspaceParams. simple(java.lang.String replicationFactor)static KeyspaceParamsKeyspaceParams. simpleTransient(int replicationFactor)Methods in org.apache.cassandra.schema with parameters of type KeyspaceParams Modifier and Type Method Description static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params)static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables)static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)KeyspaceMetadataKeyspaceMetadata. withSwapped(KeyspaceParams params)
-