Package | Description |
---|---|
com.espertech.esper.common.client.dataflow.core |
Client API for data flows.
|
com.espertech.esper.common.internal.epl.dataflow.core | |
com.espertech.esper.common.internal.metrics.audit |
Modifier and Type | Method and Description |
---|---|
EPDataFlowState |
EPDataFlowInstance.getState()
Returns the state.
|
static EPDataFlowState |
EPDataFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPDataFlowState[] |
EPDataFlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowState |
EPDataFlowInstanceImpl.getState() |
Modifier and Type | Method and Description |
---|---|
static void |
AuditPath.auditDataflowTransition(String dataflowName,
String dataFlowInstanceId,
EPDataFlowState state,
EPDataFlowState newState,
AgentInstanceContext agentInstanceContext)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
void |
AuditProviderDefault.dataflowTransition(String dataflowName,
String dataFlowInstanceId,
EPDataFlowState state,
EPDataFlowState newState,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderDataflowTransition.dataflowTransition(String dataflowName,
String dataFlowInstanceId,
EPDataFlowState state,
EPDataFlowState newState,
AgentInstanceContext agentInstanceContext) |
Copyright © 2005–2018. All rights reserved.