Uses of Enum Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Package
Description
Client API for data flows.
-
Uses of EPDataFlowState in com.espertech.esper.common.client.dataflow.core
Modifier and TypeMethodDescriptionEPDataFlowInstance.getState()
Returns the state.static EPDataFlowState
Returns the enum constant of this class with the specified name.static EPDataFlowState[]
EPDataFlowState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EPDataFlowState in com.espertech.esper.common.internal.epl.dataflow.core
-
Uses of EPDataFlowState in com.espertech.esper.common.internal.metrics.audit
Modifier and TypeMethodDescriptionstatic void
AuditPath.auditDataflowTransition
(String dataflowName, String dataFlowInstanceId, EPDataFlowState state, EPDataFlowState newState, AgentInstanceContext agentInstanceContext) NOTE: Code-generation-invoked method, method name and parameter order mattersvoid
AuditProviderDataflowTransition.dataflowTransition
(String dataflowName, String dataFlowInstanceId, EPDataFlowState state, EPDataFlowState newState, AgentInstanceContext agentInstanceContext) void
AuditProviderDefault.dataflowTransition
(String dataflowName, String dataFlowInstanceId, EPDataFlowState state, EPDataFlowState newState, AgentInstanceContext agentInstanceContext)