Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceStatistics
Package
Description
Client API for data flows.
-
Uses of EPDataFlowInstanceStatistics in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowInstance.getStatistics()
Get data flow instance statistics, required instantiation with statistics option, useEPDataFlowInstantiationOptions
to turn on stats. -
Uses of EPDataFlowInstanceStatistics in com.espertech.esper.common.internal.epl.dataflow.core
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 EPDataFlowInstanceStatistics in com.espertech.esper.common.internal.epl.dataflow.realize