Uses of Class
com.espertech.esper.common.internal.context.aifactory.createdataflow.DataflowDesc
Packages that use DataflowDesc
Package
Description
-
Uses of DataflowDesc in com.espertech.esper.common.internal.context.aifactory.createdataflow
Methods in com.espertech.esper.common.internal.context.aifactory.createdataflow that return DataflowDescModifier and TypeMethodDescriptionStatementAgentInstanceFactoryCreateDataflowResult.getDataflow()
Methods in com.espertech.esper.common.internal.context.aifactory.createdataflow with parameters of type DataflowDescModifier and TypeMethodDescriptionvoid
StatementAgentInstanceFactoryCreateDataflow.setDataflow
(DataflowDesc dataflow) Constructors in com.espertech.esper.common.internal.context.aifactory.createdataflow with parameters of type DataflowDescModifierConstructorDescriptionStatementAgentInstanceFactoryCreateDataflowResult
(Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, DataflowDesc dataflow) -
Uses of DataflowDesc in com.espertech.esper.common.internal.epl.dataflow.core
Methods in com.espertech.esper.common.internal.epl.dataflow.core that return DataflowDescMethods in com.espertech.esper.common.internal.epl.dataflow.core that return types with arguments of type DataflowDescMethods in com.espertech.esper.common.internal.epl.dataflow.core with parameters of type DataflowDescModifier and TypeMethodDescriptionvoid
DataflowDeployment.add
(String dataflowName, DataflowDesc metadata) void
EPDataFlowServiceImpl.addDataflow
(String deploymentId, DataflowDesc dataflow) void
EPDataFlowServiceImpl.removeDataflow
(String deploymentId, DataflowDesc dataflow) Constructors in com.espertech.esper.common.internal.epl.dataflow.core with parameters of type DataflowDescModifierConstructorDescriptionEPDataFlowInstanceImpl
(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
Methods in com.espertech.esper.common.internal.epl.dataflow.realize with parameters of type DataflowDescModifier 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)