Uses of Interface
org.infinispan.commands.FlagAffectedCommand
Packages that use 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
Subinterfaces of FlagAffectedCommand in org.infinispan.commandsModifier and TypeInterfaceDescriptioninterface
Commands of this type manipulate data in the cache.Classes in org.infinispan.commands that implement FlagAffectedCommandModifier and TypeClassDescriptionclass
Base class for those commands that can carry flags.class
Base class for commands that carry topology id.Methods in org.infinispan.commands with parameters of type FlagAffectedCommandModifier and TypeMethodDescriptionprotected final boolean
AbstractFlagAffectedCommand.hasSameFlags
(FlagAffectedCommand other) -
Uses of FlagAffectedCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement FlagAffectedCommandModifier and TypeClassDescriptionclass
org.infinispan.commands.read.AbstractDataCommand
-
Uses of FlagAffectedCommand in org.infinispan.context.impl
Methods in org.infinispan.context.impl with parameters of type FlagAffectedCommandModifier and TypeMethodDescriptionstatic Flag
FlagBitSets.extractStateTransferFlag
(InvocationContext ctx, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.eviction
Methods in org.infinispan.eviction with parameters of type FlagAffectedCommandModifier 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
Methods in org.infinispan.eviction.impl with parameters of type FlagAffectedCommandModifier and TypeMethodDescriptionEvictionManagerImpl.onEntryEviction
(Map<K, Map.Entry<K, V>> evicted, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement FlagAffectedCommandModifier and TypeClassDescriptionclass
This command updates a cache entry's last access timestamp. -
Uses of FlagAffectedCommand in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return FlagAffectedCommandMethods in org.infinispan.notifications.cachelistener with parameters of type FlagAffectedCommandModifier 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) Constructors in org.infinispan.notifications.cachelistener with parameters of type FlagAffectedCommand -
Uses of FlagAffectedCommand in org.infinispan.persistence.util
Methods in org.infinispan.persistence.util with parameters of type FlagAffectedCommandModifier 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