![]() | AdapterCoordinatorImpl Class |
Namespace: com.espertech.esperio
public class AdapterCoordinatorImpl : AbstractCoordinatedAdapter, AdapterCoordinator, InputAdapter, Adapter
The AdapterCoordinatorImpl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterCoordinatorImpl(EPRuntime, Boolean) |
Ctor.
|
![]() | AdapterCoordinatorImpl(EPRuntime, Boolean, Boolean, Boolean) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | ProcessEvent |
Gets the process event.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Runtime |
Sets the service.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | ScheduleSlot |
Gets or sets the schedule slot.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Sender |
Gets or sets the sender.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | State |
Get the state of this Adapter.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | UsingEngineThread |
Gets or sets the using engine thread.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | UsingExternalTimer |
Gets or sets a value indicating whether to use esper's external timer mechanism
instead of internal timing
(Inherited from AbstractCoordinatedAdapter.) |
![]() | UsingTimeSpanEvents |
Gets or sets a value indicating whether to use timespan events.
(Inherited from AbstractCoordinatedAdapter.) |
Name | Description | |
---|---|---|
![]() | Close |
Does nothing.
(Overrides AbstractCoordinatedAdapterClose.) |
![]() | Coordinate |
@see com.espertech.esper.adapter.AdapterCoordinator#add(com.espertech.esper.adapter.Adapter)
|
![]() | Destroy |
Dispose the Adapter, stopping the sending of all events and releasing all
the resources, and disallowing any further state changes on the Adapter.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | DisallowStateTransitions |
Disallow subsequent state changes and throw an IllegalStateTransitionException
if they are attempted.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Pause |
Pause the sending of events after a Adapter has been started.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Read |
@see com.espertech.esper.adapter.ReadableAdapter#read()
(Overrides AbstractCoordinatedAdapterRead.) |
![]() | ReplaceFirstEventToSend |
Replace the first member of eventsToSend with the next
event returned by the read() method of the same Adapter that
provided the first event.
(Overrides AbstractCoordinatedAdapterReplaceFirstEventToSend.) |
![]() | Reset |
Reset all the changeable state of this ReadableAdapter, as if it were just created.
(Overrides AbstractCoordinatedAdapterReset.) |
![]() | Resume |
Resume sending events after the Adapter has been paused.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Start |
Start the sending of events into the runtime egine.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
(Inherited from AbstractCoordinatedAdapter.) |
Name | Description | |
---|---|---|
![]() | EventsToSend |
Sorted events to be sent.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | StateManager |
Statement management.
(Inherited from AbstractCoordinatedAdapter.) |