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