| Package | Description |
|---|---|
| org.infinispan.functional.impl | |
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.notifications.cachelistener |
Cache-specific notifications and eventing. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionalNotifierImpl<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionalNotifier |
ScatteredDistributionInterceptor.functionalNotifier |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionalNotifier<Object,Object> |
ClusteringDependentLogic.AbstractClusteringDependentLogic.functionalNotifier |
| Modifier and Type | Method and Description |
|---|---|
static CompletionStage<Void> |
NotifyHelper.entryCommitted(CacheNotifier notifier,
FunctionalNotifier functionalNotifier,
boolean created,
boolean removed,
boolean expired,
CacheEntry entry,
InvocationContext ctx,
FlagAffectedCommand command,
Object previousValue,
Metadata previousMetadata,
EvictionManager evictionManager) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.