Uses of Class
org.apache.cassandra.schema.KeyspaceParams
Packages that use KeyspaceParams
-
Uses of KeyspaceParams in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as KeyspaceParamsMethods in org.apache.cassandra.schema that return KeyspaceParamsModifier and TypeMethodDescriptionstatic KeyspaceParamsstatic KeyspaceParamsKeyspaceParams.local()static KeyspaceParamsstatic KeyspaceParamsKeyspaceParams.simple(int replicationFactor) static KeyspaceParamsstatic KeyspaceParamsKeyspaceParams.simpleTransient(int replicationFactor) Methods in org.apache.cassandra.schema with parameters of type KeyspaceParamsModifier and TypeMethodDescriptionstatic KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params) static KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables) static KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions) KeyspaceMetadata.withSwapped(KeyspaceParams params)