Uses of Class
com.espertech.esper.common.internal.context.aifactory.createdataflow.DataflowDesc
Package
Description
-
Uses of DataflowDesc in com.espertech.esper.common.internal.context.aifactory.createdataflow
Modifier and TypeMethodDescriptionStatementAgentInstanceFactoryCreateDataflowResult.getDataflow()
Modifier and TypeMethodDescriptionvoid
StatementAgentInstanceFactoryCreateDataflow.setDataflow
(DataflowDesc dataflow) ModifierConstructorDescriptionStatementAgentInstanceFactoryCreateDataflowResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, DataflowDesc dataflow) -
Uses of DataflowDesc in com.espertech.esper.common.internal.epl.dataflow.core
Modifier and TypeMethodDescriptionvoid
DataflowDeployment.add
(String dataflowName, DataflowDesc metadata) void
EPDataFlowServiceImpl.addDataflow
(String deploymentId, DataflowDesc dataflow) void
EPDataFlowServiceImpl.removeDataflow
(String deploymentId, DataflowDesc dataflow) ModifierConstructorDescriptionEPDataFlowInstanceImpl
(Object dataFlowInstanceUserObject, String dataFlowInstanceId, OperatorStatisticsProvider statistics, Map<Integer, Object> operators, List<GraphSourceRunnable> sourceRunnables, DataflowDesc dataflowDesc, AgentInstanceContext agentInstanceContext, EPDataFlowInstanceStatistics statisticsProvider, Map<String, Object> parametersURIs) -
Uses of DataflowDesc in com.espertech.esper.common.internal.epl.dataflow.realize
Modifier and TypeMethodDescriptionstatic EPDataFlowInstance
DataflowInstantiator.instantiate
(int agentInstanceId, DataflowDesc dataflow, EPDataFlowInstantiationOptions options) static OperatorStatisticsProvider
DataflowInstantiatorHelper.realize
(DataflowDesc dataflow, Map<Integer, Object> operators, List<LogicalChannelBinding> bindings, DataFlowSignalManager dataFlowSignalManager, EPDataFlowInstantiationOptions options, AgentInstanceContext agentInstanceContext)