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(String engineURI,
String statementName,
boolean audit,
String dataFlowName,
Object userObject,
String instanceId,
EPDataFlowState state,
List<GraphSourceRunnable> sourceRunnables,
Map<Integer,Object> operators,
Set<Integer> operatorBuildOrder,
EPDataFlowInstanceStatistics statisticsProvider,
Map<String,Object> parameters,
EngineImportService engineImportService) |