Package | Description |
---|---|
com.espertech.esper.adapter |
Adapter shared classes.
|
Modifier and Type | Method and Description |
---|---|
AdapterState |
AdapterStateManager.getState() |
AdapterState |
Adapter.getState()
Get the state of this Adapter.
|
static AdapterState |
AdapterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterState[] |
AdapterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|