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