| Package | Description |
|---|---|
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.notifications.cachelistener.cluster.impl |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ClusterEvent<K,V> |
ClusterEvent.fromEvent(CacheEntryEvent<K,V> event) |
ClusterEvent |
ClusterEvent.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ClusterEvent>> |
ClusterEvent.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterEvent.Externalizer.writeObject(ObjectOutput output,
ClusterEvent object) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterEventManager.addEvents(Address target,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync)
Adds additional cluster events that need to be sent remotely for an event originating locally.
|
| Constructor and Description |
|---|
ClusterEventCallable(UUID identifier,
ClusterEvent<K,V> event) |
| Constructor and Description |
|---|
ClusterEventCallable(UUID identifier,
Collection<? extends ClusterEvent<K,V>> events) |
MultiClusterEventCallable(Map<UUID,Collection<ClusterEvent<K,V>>> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterEventManagerStub.addEvents(Address target,
UUID identifier,
Collection<ClusterEvent<K,V>> clusterEvents,
boolean sync) |
void |
BatchingClusterEventManagerImpl.addEvents(Address target,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync) |
void |
BatchingClusterEventManagerImpl.UnicastEventContext.addTargets(Address address,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.