Uses of Interface
org.infinispan.commands.FlagAffectedCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
This package contains different context implementations, selected dynamically based on the type of invocation.
Classes related to eviction.
Cache
-specific notifications and eventing.-
Uses of FlagAffectedCommand in org.infinispan.commands
Modifier and TypeInterfaceDescriptioninterface
Commands of this type manipulate data in the cache.Modifier and TypeClassDescriptionclass
Base class for those commands that can carry flags.class
Base class for commands that carry topology id.Modifier and TypeMethodDescriptionprotected final boolean
AbstractFlagAffectedCommand.hasSameFlags
(FlagAffectedCommand other) -
Uses of FlagAffectedCommand in org.infinispan.commands.read
Modifier and TypeClassDescriptionclass
org.infinispan.commands.read.AbstractDataCommand
-
Uses of FlagAffectedCommand in org.infinispan.context.impl
Modifier and TypeMethodDescriptionstatic Flag
FlagBitSets.extractStateTransferFlag
(InvocationContext ctx, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.eviction
Modifier and TypeMethodDescriptionEvictionManager.onEntryEviction
(Map<K, Map.Entry<K, V>> evicted, FlagAffectedCommand command) Handles notifications of evicted entries based on if the command allow them -
Uses of FlagAffectedCommand in org.infinispan.eviction.impl
Modifier and TypeMethodDescriptionEvictionManagerImpl.onEntryEviction
(Map<K, Map.Entry<K, V>> evicted, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.expiration.impl
Modifier and TypeClassDescriptionclass
This command updates a cache entry's last access timestamp. -
Uses of FlagAffectedCommand in org.infinispan.notifications.cachelistener
Modifier and TypeMethodDescriptionstatic 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) boolean
CacheNotifierImpl.isNotificationAllowed
(FlagAffectedCommand cmd, List<CacheEntryListenerInvocation<K, V>> listeners) CacheNotifier.notifyCacheEntriesEvicted
(Collection<Map.Entry<K, V>> entries, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntriesEvictedEvent
event.CacheNotifierImpl.notifyCacheEntriesEvicted
(Collection<Map.Entry<K, V>> entries, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryActivated
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryActivatedEvent
event.CacheNotifierImpl.notifyCacheEntryActivated
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryCreated
(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryCreatedEvent
event.CacheNotifierImpl.notifyCacheEntryCreated
(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryInvalidated
(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryInvalidatedEvent
event.CacheNotifierImpl.notifyCacheEntryInvalidated
(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryLoaded
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryLoadedEvent
event.CacheNotifierImpl.notifyCacheEntryLoaded
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryModified
(K key, V value, Metadata metadata, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryModifiedEvent
event.CacheNotifierImpl.notifyCacheEntryModified
(K key, V value, Metadata metadata, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryPassivated
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryPassivatedEvent
event.CacheNotifierImpl.notifyCacheEntryPassivated
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryRemoved
(K key, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryRemovedEvent
event.CacheNotifierImpl.notifyCacheEntryRemoved
(K key, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, FlagAffectedCommand command) CacheNotifier.notifyCacheEntryVisited
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) Notifies all registered listeners of aCacheEntryVisitedEvent
event.CacheNotifierImpl.notifyCacheEntryVisited
(K key, V value, boolean pre, InvocationContext ctx, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.persistence.util
Modifier and TypeMethodDescriptionEntryLoader.loadAndStoreInDataContainer
(InvocationContext ctx, Object key, int segment, FlagAffectedCommand cmd) Load and store the entry if present in the data container, returning the entry in the CompletionStage