Interface FuncEnumerator.Listener
- All Known Implementing Classes:
FunctionDocInfoWriter
- Enclosing class:
- FuncEnumerator
public static interface FuncEnumerator.Listener
These Listeners handle data that has been found by the FuncEnumerator.
-
Method Summary
Modifier and Type Method Description voidonFunctionModel(io.nosqlbench.virtdata.processors.DocForFunc functionDoc)Handle each logical function model that has been found.
-
Method Details
-
onFunctionModel
void onFunctionModel(io.nosqlbench.virtdata.processors.DocForFunc functionDoc)Handle each logical function model that has been found.- Parameters:
functionDoc- the documentation model for a single mapping function
-