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
    void onFunctionModel​(io.nosqlbench.virtdata.processors.DocForFunc functionDoc)
    Handle each logical function model that has been found.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FunctionDocInfoWriter

      public FunctionDocInfoWriter​(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messenger, java.lang.String suffix)
  • Method Details