![]() | ContextPartitionStateListener Interface |
Namespace: com.espertech.esper.common.client.context
public interface ContextPartitionStateListener
The ContextPartitionStateListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnContextActivated |
Invoked when a context is activated.
|
![]() | OnContextDeactivated |
Invoked when a context is de-activated.
|
![]() | OnContextPartitionAllocated |
Invoked when a context partition is allocated, provided once per context
and per partition independent of the number of statements.
|
![]() | OnContextPartitionDeallocated |
Invoked when a context partition is destroyed, provided once per context
and per partition independent of the number of statements.
|
![]() | OnContextStatementAdded |
Invoked when a statement is added to a context.
|
![]() | OnContextStatementRemoved |
Invoked when a statement is removed from a context.
|