Uses of Interface
org.infinispan.commands.FlagAffectedCommand
-
Packages that use FlagAffectedCommand Package Description org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.control org.infinispan.commands.functional org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.persistence.util -
-
Uses of FlagAffectedCommand in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type FlagAffectedCommand Modifier and Type Method Description static <K,V>
Cache<K,V>Caches. getCacheWithFlags(Cache<K,V> cache, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.commands
Subinterfaces of FlagAffectedCommand in org.infinispan.commands Modifier and Type Interface Description interfaceDataCommandCommands of this type manipulate data in the cache.Classes in org.infinispan.commands that implement FlagAffectedCommand Modifier and Type Class Description classAbstractFlagAffectedCommandBase class for those commands that can carry flags.classAbstractTopologyAffectedCommandBase class for commands that carry topology id.Methods in org.infinispan.commands with parameters of type FlagAffectedCommand Modifier and Type Method Description protected booleanAbstractFlagAffectedCommand. hasSameFlags(FlagAffectedCommand other) -
Uses of FlagAffectedCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement FlagAffectedCommand Modifier and Type Class Description classLockControlCommandLockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of FlagAffectedCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement FlagAffectedCommand Modifier and Type Class Description classAbstractWriteKeyCommand<K,V>classAbstractWriteManyCommand<K,V>classReadOnlyKeyCommand<K,V,R>classReadOnlyManyCommand<K,V,R>classReadWriteKeyCommand<K,V,R>classReadWriteKeyValueCommand<K,V,T,R>classReadWriteManyCommand<K,V,R>classReadWriteManyEntriesCommand<K,V,T,R>classTxReadOnlyKeyCommand<K,V,R>classTxReadOnlyManyCommand<K,V,R>classWriteOnlyKeyCommand<K,V>classWriteOnlyKeyValueCommand<K,V,T>classWriteOnlyManyCommand<K,V>classWriteOnlyManyEntriesCommand<K,V,T> -
Uses of FlagAffectedCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement FlagAffectedCommand Modifier and Type Class Description classAbstractDataCommandclassAbstractLocalCommandAbstract classclassEntrySetCommand<K,V>Command implementation forMap.entrySet()functionality.classGetAllCommandRetrieves multiple entries at once.classGetCacheEntryCommandUsed to fetch a full CacheEntry rather than just the value.classGetKeyValueCommandImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsclassKeySetCommand<K,V>Command implementation forMap.keySet()functionality.classSizeCommandCommand to calculate the size of the cache -
Uses of FlagAffectedCommand in org.infinispan.commands.remote
Classes in org.infinispan.commands.remote that implement FlagAffectedCommand Modifier and Type Class Description classGetKeysInGroupCommandVisitableCommandthat fetches the keys belonging to a group. -
Uses of FlagAffectedCommand in org.infinispan.commands.write
Subinterfaces of FlagAffectedCommand in org.infinispan.commands.write Modifier and Type Interface Description interfaceDataWriteCommandMixes features from DataCommand and WriteCommandinterfaceWriteCommandA command that modifies the cache in some wayClasses in org.infinispan.commands.write that implement FlagAffectedCommand Modifier and Type Class Description classAbstractDataWriteCommandStuff common to WriteCommandsclassClearCommandclassComputeCommandclassComputeIfAbsentCommandclassEvictCommandclassInvalidateCommandRemoves an entry from memory.classInvalidateL1CommandInvalidates an entry in a L1 cache (used with DIST mode)classPutKeyValueCommandImplements functionality defined byBasicCache.put(Object, Object)classPutMapCommandA command writing multiple key/value pairs with the same metadata.classRemoveCommandclassRemoveExpiredCommandRemoves an entry that is expired from memoryclassReplaceCommand -
Uses of FlagAffectedCommand in org.infinispan.context.impl
Methods in org.infinispan.context.impl with parameters of type FlagAffectedCommand Modifier and Type Method Description static FlagFlagBitSets. extractStateTransferFlag(InvocationContext ctx, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.eviction
Methods in org.infinispan.eviction with parameters of type FlagAffectedCommand Modifier and Type Method Description CompletionStage<Void>EvictionManager. 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 FlagAffectedCommand Modifier and Type Method Description CompletionStage<Void>EvictionManagerImpl. onEntryEviction(Map<K,Map.Entry<K,V>> evicted, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as FlagAffectedCommand Modifier and Type Field Description protected FlagAffectedCommandDistributionBulkInterceptor.BackingEntrySet. commandprotected FlagAffectedCommandDistributionBulkInterceptor.BackingKeySet. commandMethods in org.infinispan.interceptors.distribution with parameters of type FlagAffectedCommand Modifier and Type Method Description protected booleanBaseDistributionInterceptor. readNeedsRemoteValue(FlagAffectedCommand command)protected booleanL1NonTxInterceptor. skipL1Lookup(FlagAffectedCommand command, Object key)protected booleanL1TxInterceptor. skipL1Lookup(FlagAffectedCommand command, Object key)Constructors in org.infinispan.interceptors.distribution with parameters of type FlagAffectedCommand Constructor Description BackingKeySet(Cache<K,V> cache, CacheSet<K> keySet, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with type parameters of type FlagAffectedCommand Modifier and Type Method Description protected <C extends VisitableCommand & TopologyAffectedCommand & FlagAffectedCommand>
ObjectBaseStateTransferInterceptor. handleReadCommand(InvocationContext ctx, C command)Methods in org.infinispan.interceptors.impl with parameters of type FlagAffectedCommand Modifier and Type Method Description protected CompletionStage<Void>EntryWrappingInterceptor. commitContextEntries(InvocationContext ctx, FlagAffectedCommand command)protected CompletionStage<Void>EntryWrappingInterceptor. commitContextEntry(CacheEntry<?,?> entry, InvocationContext ctx, FlagAffectedCommand command, Flag stateTransferFlag, boolean l1Invalidation)protected CompletionStage<Void>VersionedEntryWrappingInterceptor. commitContextEntry(CacheEntry<?,?> entry, InvocationContext ctx, FlagAffectedCommand command, Flag stateTransferFlag, boolean l1Invalidation)AdvancedCachePrefetchInterceptor. getCacheWithFlags(FlagAffectedCommand command)protected booleanCacheLoaderInterceptor. hasSkipLoadFlag(FlagAffectedCommand cmd)protected static booleanAbstractIracLocalSiteInterceptor. isIracState(FlagAffectedCommand command)protected booleanBaseRpcInterceptor. isLocalModeForced(FlagAffectedCommand command)protected booleanCacheWriterInterceptor. isProperWriter(InvocationContext ctx, FlagAffectedCommand command, Object key)protected booleanDistCacheWriterInterceptor. isProperWriter(InvocationContext ctx, FlagAffectedCommand command, Object key)protected booleanCacheWriterInterceptor. isStoreEnabled(FlagAffectedCommand command)protected booleanPassivationWriterInterceptor. isStoreEnabled(FlagAffectedCommand command)protected booleanBaseRpcInterceptor. isSynchronous(FlagAffectedCommand command)CompletionStage<InternalCacheEntry<K,V>>CacheLoaderInterceptor. loadAndStoreInDataContainer(InvocationContext ctx, Object key, int segment, FlagAffectedCommand cmd)CompletionStage<InternalCacheEntry<K,V>>PassivationCacheLoaderInterceptor. loadAndStoreInDataContainer(InvocationContext ctx, Object key, int segment, FlagAffectedCommand cmd)CompletionStage<InternalCacheEntry<K,V>>PassivationClusteredCacheLoaderInterceptor. loadAndStoreInDataContainer(InvocationContext ctx, Object key, int segment, FlagAffectedCommand cmd)protected CompletionStage<Void>CacheLoaderInterceptor. loadIfNeeded(InvocationContext ctx, Object key, FlagAffectedCommand cmd)Loads from the cache loader the entry for the given key.protected CompletionStage<Void>CacheLoaderInterceptor. loadInContext(InvocationContext ctx, Object key, FlagAffectedCommand cmd)Attemps to load the given entry for a key from the persistence store.protected CompletionStage<Void>CacheLoaderInterceptor. sendNotification(Object key, Object value, boolean pre, InvocationContext ctx, FlagAffectedCommand cmd)protected booleanCacheWriterInterceptor. skipSharedStores(InvocationContext ctx, Object key, FlagAffectedCommand command)protected booleanDistCacheWriterInterceptor. skipSharedStores(InvocationContext ctx, Object key, FlagAffectedCommand command)protected booleanScatteredCacheWriterInterceptor. skipSharedStores(InvocationContext ctx, Object key, FlagAffectedCommand command) -
Uses of FlagAffectedCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type FlagAffectedCommand Modifier and Type Method Description protected ClusteringDependentLogic.CommitClusteringDependentLogic.AbstractClusteringDependentLogic. clusterCommitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)CompletionStage<Void>ClusteringDependentLogic.AbstractClusteringDependentLogic. commitEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)CompletionStage<Void>ClusteringDependentLogic. commitEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)Commits the entry to the data container.CompletionStage<Void>OrderedClusteringDependentLogic. commitEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected abstract CompletionStage<Void>ClusteringDependentLogic.AbstractClusteringDependentLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected CompletionStage<Void>ClusteringDependentLogic.DistributionLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected CompletionStage<Void>ClusteringDependentLogic.InvalidationLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected CompletionStage<Void>ClusteringDependentLogic.LocalLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected CompletionStage<Void>ClusteringDependentLogic.ReplicationLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected CompletableFuture<Void>ClusteringDependentLogic.ScatteredLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)ClusteringDependentLogic.CommitClusteringDependentLogic.AbstractClusteringDependentLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)Determines what type of commit this is.ClusteringDependentLogic.CommitClusteringDependentLogic.InvalidationLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic.LocalLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic.ReplicationLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitOrderedClusteringDependentLogic. commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)protected longAbstractLockingInterceptor. getLockTimeoutMillis(FlagAffectedCommand command)protected abstract ObjectAbstractLockingInterceptor. handleReadManyCommand(InvocationContext ctx, FlagAffectedCommand command, Collection<?> keys)protected ObjectAbstractTxLockingInterceptor. handleReadManyCommand(InvocationContext ctx, FlagAffectedCommand command, Collection<?> keys)protected ObjectNonTransactionalLockingInterceptor. handleReadManyCommand(InvocationContext ctx, FlagAffectedCommand command, Collection<?> keys)protected ObjectOptimisticLockingInterceptor. handleReadManyCommand(InvocationContext ctx, FlagAffectedCommand command, Collection<?> keys)protected ObjectPessimisticLockingInterceptor. handleReadManyCommand(InvocationContext ctx, FlagAffectedCommand command, Collection<?> keys) -
Uses of FlagAffectedCommand in org.infinispan.notifications.cachelistener
-
Uses of FlagAffectedCommand in org.infinispan.persistence.util
Methods in org.infinispan.persistence.util with parameters of type FlagAffectedCommand Modifier and Type Method Description CompletionStage<InternalCacheEntry<K,V>>EntryLoader. 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
-