Class FunctionDocInfoWriter
java.lang.Object
io.nosqlbench.virtdata.processors.FunctionDocInfoWriter
- All Implemented Interfaces:
FuncEnumerator.Listener
public class FunctionDocInfoWriter extends java.lang.Object implements FuncEnumerator.Listener
-
Constructor Summary
Constructors Constructor Description FunctionDocInfoWriter(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messenger, java.lang.String suffix) -
Method Summary
Modifier and Type Method Description voidonFunctionModel(io.nosqlbench.virtdata.processors.DocForFunc functionDoc)Handle each logical function model that has been found.
-
Constructor Details
-
FunctionDocInfoWriter
public FunctionDocInfoWriter(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messenger, java.lang.String suffix)
-
-
Method Details
-
onFunctionModel
public void onFunctionModel(io.nosqlbench.virtdata.processors.DocForFunc functionDoc)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
-