public class GraphSourceRunnable extends Object implements BaseRunnable, DataFlowSignalListener
Constructor and Description |
---|
GraphSourceRunnable(String engineURI,
String statementName,
DataFlowSourceOperator graphSource,
String dataFlowName,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler,
boolean audit) |
Modifier and Type | Method and Description |
---|---|
void |
addCompletionListener(CompletionListener completionListener) |
boolean |
isShutdown() |
void |
next() |
void |
processSignal(EPDataFlowSignal signal) |
void |
run() |
void |
runSync() |
void |
shutdown() |
public GraphSourceRunnable(String engineURI, String statementName, DataFlowSourceOperator graphSource, String dataFlowName, String operatorName, int operatorNumber, String operatorPrettyPrint, EPDataFlowExceptionHandler optionalExceptionHandler, boolean audit)
public void processSignal(EPDataFlowSignal signal)
processSignal
in interface DataFlowSignalListener
public void runSync() throws InterruptedException
InterruptedException
public void addCompletionListener(CompletionListener completionListener)
public void next() throws InterruptedException
InterruptedException
public void shutdown()
shutdown
in interface BaseRunnable
public boolean isShutdown()