public class GraphSourceRunnable extends Object implements BaseRunnable, DataFlowSignalListener
Constructor and Description |
---|
GraphSourceRunnable(AgentInstanceContext agentInstanceContext,
DataFlowSourceOperator graphSource,
String dataFlowName,
String instanceId,
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(AgentInstanceContext agentInstanceContext, DataFlowSourceOperator graphSource, String dataFlowName, String instanceId, 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()
Copyright © 2005–2018. All rights reserved.