com.espertech.esperio.dataflow
Class FileSourceLineUnformatted
java.lang.Object
com.espertech.esperio.dataflow.FileSourceLineUnformatted
- All Implemented Interfaces:
- DataFlowOpLifecycle, DataFlowSourceOperator
public class FileSourceLineUnformatted
- extends java.lang.Object
- implements DataFlowSourceOperator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphContext
protected EPDataFlowEmitter graphContext
FileSourceLineUnformatted
public FileSourceLineUnformatted(AdapterInputSource inputSource,
java.lang.String filenameOrUri,
java.lang.String propertyNameLine,
java.lang.String propertyNameFile)
initialize
public DataFlowOpInitializeResult initialize(DataFlowOpInitializateContext context)
throws java.lang.Exception
- Specified by:
initialize
in interface DataFlowOpLifecycle
- Throws:
java.lang.Exception
open
public void open(DataFlowOpOpenContext openContext)
- Specified by:
open
in interface DataFlowOpLifecycle
close
public void close(DataFlowOpCloseContext openContext)
- Specified by:
close
in interface DataFlowOpLifecycle
next
public void next()
- Specified by:
next
in interface DataFlowSourceOperator