Package | Description |
---|---|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstanceStatistics |
EPDataFlowInstance.getStatistics()
Get data flow instance statistics, required instantiation with statistics option, use
EPDataFlowInstantiationOptions to turn on stats. |
Modifier and Type | Class and Description |
---|---|
class |
OperatorStatisticsProvider |
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstanceStatistics |
EPDataFlowInstanceImpl.getStatistics() |
Constructor and Description |
---|
EPDataFlowInstanceImpl(java.lang.String engineURI,
java.lang.String statementName,
boolean audit,
java.lang.String dataFlowName,
java.lang.Object userObject,
java.lang.String instanceId,
EPDataFlowState state,
java.util.List<GraphSourceRunnable> sourceRunnables,
java.util.Map<java.lang.Integer,java.lang.Object> operators,
java.util.Set<java.lang.Integer> operatorBuildOrder,
EPDataFlowInstanceStatistics statisticsProvider,
java.util.Map<java.lang.String,java.lang.Object> parameters,
EngineImportService engineImportService) |