Uses of Interface
com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceStatistics
Packages that use EPDataFlowInstanceStatistics
Package
Description
Client API for data flows.
-
Uses of EPDataFlowInstanceStatistics in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowInstanceStatisticsModifier 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
Methods in com.espertech.esper.common.internal.epl.dataflow.core that return EPDataFlowInstanceStatisticsConstructors in com.espertech.esper.common.internal.epl.dataflow.core with parameters of type EPDataFlowInstanceStatisticsModifierConstructorDescriptionEPDataFlowInstanceImpl
(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
Classes in com.espertech.esper.common.internal.epl.dataflow.realize that implement EPDataFlowInstanceStatistics