Uses of Class
io.nosqlbench.virtdata.core.bindings.ResolvedFunction
Packages that use ResolvedFunction
-
Uses of ResolvedFunction in io.nosqlbench.virtdata.core.bindings
Fields in io.nosqlbench.virtdata.core.bindings with type parameters of type ResolvedFunctionModifier and TypeFieldDescriptionstatic Comparator<ResolvedFunction> ResolvedFunction.PREFERRED_TYPE_COMPARATORMethods in io.nosqlbench.virtdata.core.bindings that return ResolvedFunctionMethods in io.nosqlbench.virtdata.core.bindings that return types with arguments of type ResolvedFunctionModifier and TypeMethodDescriptionResolverDiagnostics.getResolvedFunction()DataMapperLibrary.resolveFunction(String spec) default List<ResolvedFunction> VirtDataFunctionLibrary.resolveFunction(String spec) VirtDataComposer.resolveFunctionFlow(VirtDataFlow flow) VirtDataComposer.resolveFunctionFlow(String flowspec) DataMapperLibrary.resolveFunctions(String specifier) VirtDataFunctionLibrary.resolveFunctions(Class<?> returnType, Class<?> inputType, String functionName, Map<String, ?> customConfigs, Object... parameters) Given a signature for a unary function which takes an input and output type, a function name, and constructor arguments, return a list of instances from all implementations that have the same name as the function name, which have a matching constructor signature, and which also have a functional method which can be used with the provided input and output types.default List<ResolvedFunction> VirtDataFunctionLibrary.resolveFunctions(String spec, Map<String, Object> customConfigs) VirtDataFunctionResolver.resolveFunctions(Class<?> returnType, Class<?> inputType, String functionName, Map<String, ?> customParameters, Object... parameters) VirtDataLibraries.resolveFunctions(Class<?> returnType, Class<?> inputType, String functionName, Map<String, ?> customConfig, Object... parameters) Methods in io.nosqlbench.virtdata.core.bindings with parameters of type ResolvedFunctionModifier and TypeMethodDescriptionResolverDiagnostics.setResolvedFunction(ResolvedFunction resolvedFunction) -
Uses of ResolvedFunction in io.nosqlbench.virtdata.core.composers
Methods in io.nosqlbench.virtdata.core.composers that return ResolvedFunctionModifier and TypeMethodDescriptiondefault ResolvedFunctionFunctionComposer.getResolvedFunction()default ResolvedFunctionFunctionComposer.getResolvedFunction(boolean isThreadSafe)