Uses of Enum Class
com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Packages that use EPDataFlowState
Package
Description
Client API for data flows.
-
Uses of EPDataFlowState in com.espertech.esper.common.client.dataflow.core
Methods in com.espertech.esper.common.client.dataflow.core that return EPDataFlowStateModifier 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
Methods in com.espertech.esper.common.internal.epl.dataflow.core that return EPDataFlowState -
Uses of EPDataFlowState in com.espertech.esper.common.internal.metrics.audit
Methods in com.espertech.esper.common.internal.metrics.audit with parameters of type EPDataFlowStateModifier 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)