Package | Description |
---|---|
com.espertech.esper.common.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.common.internal.context.mgr |
Modifier and Type | Method and Description |
---|---|
Iterator<ContextPartitionStateListener> |
EPContextPartitionService.getContextPartitionStateListeners(String deploymentId,
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(String deploymentId,
String contextName,
ContextPartitionStateListener listener)
Add context partition state listener for the given context
|
void |
EPContextPartitionService.removeContextPartitionStateListener(String deploymentId,
String contextName,
ContextPartitionStateListener listener)
Remove a context partition state listener for the given context
|
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<ContextPartitionStateListener> |
ContextManagerResident.listenersLazy |
Modifier and Type | Method and Description |
---|---|
Iterator<ContextPartitionStateListener> |
ContextManagerResident.getListeners() |
Iterator<ContextPartitionStateListener> |
ContextManager.getListeners() |
CopyOnWriteArrayList<ContextPartitionStateListener> |
ContextManagerResident.getListenersMayNull() |
Modifier and Type | Method and Description |
---|---|
void |
ContextManagerResident.addListener(ContextPartitionStateListener listener) |
void |
ContextManager.addListener(ContextPartitionStateListener listener) |
void |
ContextManagerResident.removeListener(ContextPartitionStateListener listener) |
void |
ContextManager.removeListener(ContextPartitionStateListener listener) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ContextStateEventUtil.dispatchPartition(CopyOnWriteArrayList<ContextPartitionStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextPartitionStateListener,T> consumer) |
static <T> void |
ContextStateEventUtil.dispatchPartition(CopyOnWriteArrayList<ContextPartitionStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextPartitionStateListener,T> consumer) |
Copyright © 2005–2018. All rights reserved.