Uses of Class
org.infinispan.context.Flag
-
Packages that use Flag Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.security.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.impl -
-
Uses of Flag in org.infinispan
Methods in org.infinispan with parameters of type Flag Modifier and Type Method Description default AdvancedCache<K,V>AdvancedCache. withFlags(Flag flag)An alternative toAdvancedCache.withFlags(Flag...)optimized for a single flag.AdvancedCache<K,V>AdvancedCache. withFlags(Flag... flags)A method that adds flags to any API call.Method parameters in org.infinispan with type arguments of type Flag Modifier and Type Method Description default AdvancedCache<K,V>AdvancedCache. withFlags(Collection<Flag> flags)An alternative toAdvancedCache.withFlags(Flag...)not requiring array allocation. -
Uses of Flag in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type Flag Modifier and Type Method Description AdvancedCache<K,V>AbstractDelegatingAdvancedCache. withFlags(Flag... flags)AdvancedCache<K,V>CacheImpl. withFlags(Flag... flags)AdvancedCache<K,V>DecoratedCache. withFlags(Flag flag)AdvancedCache<K,V>DecoratedCache. withFlags(Flag... flags)AdvancedCache<K,V>SimpleCacheImpl. withFlags(Flag... flags)AdvancedCache<K,V>StatsCollectingCache. withFlags(Flag... flags)Method parameters in org.infinispan.cache.impl with type arguments of type Flag Modifier and Type Method Description protected voidAbstractDelegatingAdvancedCache. putForExternalRead(K key, V value, EnumSet<Flag> flags, ClassLoader classLoader)protected voidAbstractDelegatingAdvancedCache. putForExternalRead(K key, V value, Metadata metadata, EnumSet<Flag> flags, ClassLoader classLoader)AdvancedCache<K,V>AbstractDelegatingAdvancedCache. withFlags(Collection<Flag> flags)AdvancedCache<K,V>CacheImpl. withFlags(Collection<Flag> flags)AdvancedCache<K,V>DecoratedCache. withFlags(Collection<Flag> flags)AdvancedCache<K,V>SimpleCacheImpl. withFlags(Collection<Flag> flags) -
Uses of Flag in org.infinispan.commands
Methods in org.infinispan.commands that return types with arguments of type Flag Modifier and Type Method Description default Set<Flag>FlagAffectedCommand. getFlags()Methods in org.infinispan.commands with parameters of type Flag Modifier and Type Method Description default voidFlagAffectedCommand. addFlag(Flag flag)Deprecated.Since 9.0, please useFlagAffectedCommand.addFlags(long)with aFlagBitSetsconstant instead.default booleanFlagAffectedCommand. hasFlag(Flag flag)Deprecated.Since 9.0, please useFlagAffectedCommand.hasAnyFlag(long)with aFlagBitSetsconstant instead.Method parameters in org.infinispan.commands with type arguments of type Flag Modifier and Type Method Description default voidFlagAffectedCommand. addFlags(Set<Flag> flags)Deprecated.Since 9.0, please useFlagAffectedCommand.addFlags(long)with aFlagBitSetsconstant instead.default voidFlagAffectedCommand. setFlags(Set<Flag> flags)Deprecated.Since 9.0, please useFlagAffectedCommand.setFlagsBitSet(long)instead. -
Uses of Flag in org.infinispan.context
Methods in org.infinispan.context that return Flag Modifier and Type Method Description FlagFlag.Externalizer. readObject(ObjectInput input)static FlagFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static Flag[]Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.context that return types with arguments of type Flag Modifier and Type Method Description Set<Class<? extends Flag>>Flag.Externalizer. getTypeClasses()Methods in org.infinispan.context with parameters of type Flag Modifier and Type Method Description voidFlag.Externalizer. writeObject(ObjectOutput output, Flag flag) -
Uses of Flag in org.infinispan.context.impl
Methods in org.infinispan.context.impl that return Flag Modifier and Type Method Description static FlagFlagBitSets. extractStateTransferFlag(InvocationContext ctx, FlagAffectedCommand command) -
Uses of Flag in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type Flag Modifier and Type Method Description 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) -
Uses of Flag in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type Flag Modifier and Type Method Description 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) -
Uses of Flag in org.infinispan.security.impl
Methods in org.infinispan.security.impl with parameters of type Flag Modifier and Type Method Description AdvancedCache<K,V>SecureCacheImpl. withFlags(Flag... flags)Method parameters in org.infinispan.security.impl with type arguments of type Flag Modifier and Type Method Description AdvancedCache<K,V>SecureCacheImpl. withFlags(Collection<Flag> flags) -
Uses of Flag in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type Flag Modifier and Type Method Description CompletionStage<Void>CommitManager. commit(CacheEntry entry, Flag operation, int segment, boolean l1Only, InvocationContext ctx)It tries to commit the cache entry.booleanCommitManager. isTracking(Flag trackFlag)voidCommitManager. startTrack(Flag track)It starts tracking keys committed.voidCommitManager. stopTrack(Flag track)It stops tracking keys committed. -
Uses of Flag in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl that return Flag Modifier and Type Method Description FlagAbstractCacheTransaction. getStateTransferFlag()Methods in org.infinispan.transaction.impl with parameters of type Flag Modifier and Type Method Description abstract voidAbstractCacheTransaction. setStateTransferFlag(Flag stateTransferFlag)voidLocalTransaction. setStateTransferFlag(Flag stateTransferFlag)voidRemoteTransaction. setStateTransferFlag(Flag stateTransferFlag)
-