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