Uses of Enum Class
org.apache.cassandra.schema.KeyspaceParams.Option
Packages that use KeyspaceParams.Option
-
Uses of KeyspaceParams.Option in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type KeyspaceParams.OptionModifier and TypeMethodDescriptionbooleanKeyspaceAttributes.hasOption(KeyspaceParams.Option option) -
Uses of KeyspaceParams.Option in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return KeyspaceParams.OptionModifier and TypeMethodDescriptionstatic KeyspaceParams.OptionReturns the enum constant of this class with the specified name.static KeyspaceParams.Option[]KeyspaceParams.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.