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