Package | Description |
---|---|
com.espertech.esper.common.client.context |
Context partition selection and descriptors.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ContextPartitionStateListener> |
EPContextPartitionService.getContextPartitionStateListeners(java.lang.String deploymentId,
java.lang.String contextName)
Returns an iterator of context partition state listeners (read-only) for the given context
|
Modifier and Type | Method and Description |
---|---|
void |
EPContextPartitionService.addContextPartitionStateListener(java.lang.String deploymentId,
java.lang.String contextName,
ContextPartitionStateListener listener)
Add context partition state listener for the given context
|
void |
EPContextPartitionService.removeContextPartitionStateListener(java.lang.String deploymentId,
java.lang.String contextName,
ContextPartitionStateListener listener)
Remove a context partition state listener for the given context
|