Package | Description |
---|---|
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
Modifier and Type | Method and Description |
---|---|
static Listener.Observation |
Listener.Observation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Listener.Observation[] |
Listener.Observation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Listener.Observation |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.observation |
Modifier and Type | Method and Description |
---|---|
Listener.Observation |
CacheEntryListenerInvocation.getObservation() |
Listener.Observation |
CacheNotifierImpl.CacheInvocationBuilder.getObservation() |
Listener.Observation |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.getObservation() |
Modifier and Type | Method and Description |
---|---|
CacheNotifierImpl.CacheInvocationBuilder |
CacheNotifierImpl.CacheInvocationBuilder.setObservation(Listener.Observation observation) |
Constructor and Description |
---|
BaseCacheEntryListenerInvocation(ListenerInvocation<Event<K,V>> invocation,
CacheEventFilter<? super K,? super V> filter,
CacheEventConverter<? super K,? super V,?> converter,
Class<? extends Annotation> annotation,
boolean onlyPrimary,
boolean clustered,
UUID identifier,
boolean sync,
Listener.Observation observation) |
ClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation,
QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler,
CacheEventFilter<? super K,? super V> filter,
CacheEventConverter<? super K,? super V,?> converter,
Class<? extends Annotation> annotation,
boolean onlyPrimary,
UUID identifier,
boolean sync,
Listener.Observation observation) |
NonClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation,
QueueingSegmentListener<K,V,Event<K,V>> handler,
CacheEventFilter<? super K,? super V> filter,
CacheEventConverter<? super K,? super V,?> converter,
Class<? extends Annotation> annotation,
boolean onlyPrimary,
UUID identifier,
boolean sync,
Listener.Observation observation) |
Modifier and Type | Method and Description |
---|---|
Listener.Observation |
DelegatingCacheEntryListenerInvocation.getObservation() |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.