Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Method and Description |
---|---|
EPStatementState |
EPStatement.getState()
Returns the statement's current state.
|
static EPStatementState |
EPStatementState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPStatementState[] |
EPStatementState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EPStatementState |
EPDataFlowDescriptor.getStatementState()
Returns the statement state.
|
Constructor and Description |
---|
EPDataFlowDescriptor(String dataFlowName,
EPStatementState statementState,
String statementName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPStatementState |
EPStatementImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
EPStatementSPI.setCurrentState(EPStatementState currentState,
long timeLastStateChange)
Set statement state.
|
void |
EPStatementImpl.setCurrentState(EPStatementState currentState,
long timeLastStateChange) |
Modifier and Type | Method and Description |
---|---|
EPStatementState |
DataFlowServiceEntry.getState() |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowServiceEntry.setState(EPStatementState state) |
Constructor and Description |
---|
DataFlowServiceEntry(DataFlowStmtDesc dataFlowDesc,
EPStatementState state) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qEngineManagementStmtStop(EPStatementState targetState,
String engineURI,
int statementId,
String statementName,
String epl,
long engineTime) |
void |
Instrumentation.qEngineManagementStmtStop(EPStatementState targetState,
String engineURI,
int statementId,
String statementName,
String epl,
long engineTime) |