Class FunctionDocInfoWriter
java.lang.Object
io.nosqlbench.virtdata.api.processors.FunctionDocInfoWriter
- All Implemented Interfaces:
FuncEnumerator.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonFunctionModel(DocForFunc functionDoc) Handle each logical function model that has been found.
-
Constructor Details
-
FunctionDocInfoWriter
-
-
Method Details
-
onFunctionModel
Description copied from interface:FuncEnumerator.ListenerHandle each logical function model that has been found.- Specified by:
onFunctionModelin interfaceFuncEnumerator.Listener- Parameters:
functionDoc- the documentation model for a single mapping function
-