| Package | Description |
|---|---|
| org.infinispan.commands.statetransfer | |
| org.infinispan.notifications.cachelistener |
Cache-specific notifications and eventing. |
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Collection<ClusterListenerReplicateCallable<Object,Object>>> |
StateTransferGetListenersCommand.invokeAsync(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusterListenerReplicateCallable<K,V>> |
CacheNotifierImpl.retrieveClusterListenerCallablesToInstall() |
| Modifier and Type | Method and Description |
|---|---|
ClusterListenerReplicateCallable |
ClusterListenerReplicateCallable.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ClusterListenerReplicateCallable>> |
ClusterListenerReplicateCallable.Externalizer.getTypeClasses() |
Collection<ClusterListenerReplicateCallable<K,V>> |
ClusterCacheNotifier.retrieveClusterListenerCallablesToInstall()
This method is invoked so that this node can send the details required for a new node to be bootstrapped with
the existing cluster listeners that are already installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterListenerReplicateCallable.Externalizer.writeObject(ObjectOutput output,
ClusterListenerReplicateCallable object) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusterListenerReplicateCallable<Object,Object>> |
StateProvider.getClusterListenersToInstall() |
Collection<ClusterListenerReplicateCallable<Object,Object>> |
StateProviderImpl.getClusterListenersToInstall() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.