Uses of Class
org.apache.cassandra.schema.KeyspaceParams.Option
-
Packages that use KeyspaceParams.Option Package Description org.apache.cassandra.cql3.statements.schema org.apache.cassandra.schema -
-
Uses of KeyspaceParams.Option in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type KeyspaceParams.Option Modifier and Type Method Description boolean
KeyspaceAttributes. hasOption(KeyspaceParams.Option option)
-
Uses of KeyspaceParams.Option in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return KeyspaceParams.Option Modifier and Type Method Description static KeyspaceParams.Option
KeyspaceParams.Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyspaceParams.Option[]
KeyspaceParams.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-