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