| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.notifications.cachelistener |
Cache-specific notifications and eventing. |
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.notifications.cachelistener.cluster.impl |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MultiClusterEventCommand<K,V> |
CommandsFactory.buildMultiClusterEventCommand(Map<UUID,Collection<ClusterEvent<K,V>>> events) |
<K,V> MultiClusterEventCommand<K,V> |
CommandsFactoryImpl.buildMultiClusterEventCommand(Map<UUID,Collection<ClusterEvent<K,V>>> events) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
CacheNotifierImpl.notifyClusterListeners(Collection<ClusterEvent<K,V>> events,
UUID uuid) |
| 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(Object batchIdentifier,
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.
|
CompletionStage<Void> |
ClusterCacheNotifier.notifyClusterListeners(Collection<ClusterEvent<K,V>> events,
UUID listenerId)
Method that is invoked on the node that has the given cluster listener that when registered generated the given
listenerId.
|
| Constructor and Description |
|---|
MultiClusterEventCommand(ByteString cacheName,
Map<UUID,Collection<ClusterEvent<K,V>>> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchingClusterEventManagerImpl.addEvents(Object batchIdentifier,
Address target,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync) |
void |
ClusterEventManagerStub.addEvents(Object batchIdentifier,
Address target,
UUID identifier,
Collection<ClusterEvent<K,V>> clusterEvents,
boolean sync) |
void |
BatchingClusterEventManagerImpl.UnicastEventContext.addTargets(Address address,
UUID identifier,
Collection<ClusterEvent<K,V>> events,
boolean sync) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.