Uses of Class
org.apache.cassandra.cql3.functions.FunctionFactory
-
Packages that use FunctionFactory Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.functions.masking -
-
Uses of FunctionFactory in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return types with arguments of type FunctionFactory Modifier and Type Method Description java.util.Collection<FunctionFactory>
NativeFunctions. getFactories()
java.util.Collection<FunctionFactory>
NativeFunctions. getFactories(FunctionName name)
Returns all the registered functions factories with the specified name.Methods in org.apache.cassandra.cql3.functions with parameters of type FunctionFactory Modifier and Type Method Description void
NativeFunctions. add(FunctionFactory factory)
-
Uses of FunctionFactory in org.apache.cassandra.cql3.functions.masking
Subclasses of FunctionFactory in org.apache.cassandra.cql3.functions.masking Modifier and Type Class Description protected static class
MaskingFunction.Factory
Methods in org.apache.cassandra.cql3.functions.masking that return FunctionFactory Modifier and Type Method Description static FunctionFactory
DefaultMaskingFunction. factory()
static FunctionFactory
HashMaskingFunction. factory()
static FunctionFactory
NullMaskingFunction. factory()
static FunctionFactory
ReplaceMaskingFunction. factory()
Methods in org.apache.cassandra.cql3.functions.masking that return types with arguments of type FunctionFactory Modifier and Type Method Description static java.util.Collection<FunctionFactory>
PartialMaskingFunction. factories()
-