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 voidNativeFunctions. 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 classMaskingFunction.FactoryMethods in org.apache.cassandra.cql3.functions.masking that return FunctionFactory Modifier and Type Method Description static FunctionFactoryDefaultMaskingFunction. factory()static FunctionFactoryHashMaskingFunction. factory()static FunctionFactoryNullMaskingFunction. factory()static FunctionFactoryReplaceMaskingFunction. 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()
-