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.interceptors.totalorder Interceptors dealing with total order.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 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... 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 void
AbstractDelegatingAdvancedCache. putForExternalRead(K key, V value, EnumSet<Flag> flags, ClassLoader classLoader)
protected void
AbstractDelegatingAdvancedCache. 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)
Constructors in org.infinispan.cache.impl with parameters of type Flag Constructor Description DecoratedCache(AdvancedCache<K,V> delegate, Object lockOwner, Flag... flags)
DecoratedCache(AdvancedCache<K,V> delegate, Flag... flags)
Constructor parameters in org.infinispan.cache.impl with type arguments of type Flag Constructor Description DecoratedCache(AdvancedCache<K,V> delegate, 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 void
FlagAffectedCommand. addFlag(Flag flag)
Deprecated.Since 9.0, please useFlagAffectedCommand.addFlags(long)
with aFlagBitSets
constant instead.default boolean
FlagAffectedCommand. hasFlag(Flag flag)
Deprecated.Since 9.0, please useFlagAffectedCommand.hasAnyFlag(long)
with aFlagBitSets
constant instead.Method parameters in org.infinispan.commands with type arguments of type Flag Modifier and Type Method Description default void
FlagAffectedCommand. addFlags(Set<Flag> flags)
Deprecated.Since 9.0, please useFlagAffectedCommand.addFlags(long)
with aFlagBitSets
constant instead.default void
FlagAffectedCommand. 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 Flag
Flag.Externalizer. readObject(ObjectInput input)
static Flag
Flag. 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 static Set<Flag>
Flag. copyWithoutRemotableFlags(Set<Flag> flags)
Deprecated.Since 9.0Set<Class<? extends Flag>>
Flag.Externalizer. getTypeClasses()
Methods in org.infinispan.context with parameters of type Flag Modifier and Type Method Description void
Flag.Externalizer. writeObject(ObjectOutput output, Flag flag)
Method parameters in org.infinispan.context with type arguments of type Flag Modifier and Type Method Description static Set<Flag>
Flag. copyWithoutRemotableFlags(Set<Flag> flags)
Deprecated.Since 9.0 -
Uses of Flag in org.infinispan.context.impl
Methods in org.infinispan.context.impl that return Flag Modifier and Type Method Description static Flag
FlagBitSets. 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 void
EntryWrappingInterceptor. commitContextEntry(CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Flag stateTransferFlag, boolean l1Invalidation)
protected 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 void
ClusteringDependentLogic.AbstractClusteringDependentLogic. commitEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
void
ClusteringDependentLogic. commitEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected abstract void
ClusteringDependentLogic.AbstractClusteringDependentLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected void
ClusteringDependentLogic.DistributionLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected void
ClusteringDependentLogic.InvalidationLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected void
ClusteringDependentLogic.LocalLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected void
ClusteringDependentLogic.ReplicationLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
protected void
ClusteringDependentLogic.ScatteredLogic. commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
-
Uses of Flag in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type Flag Modifier and Type Method Description protected void
TotalOrderVersionedEntryWrappingInterceptor. commitContextEntry(CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Flag stateTransferFlag, 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 void
CommitManager. commit(CacheEntry entry, Flag operation, int segment, boolean l1Only, InvocationContext ctx)
It tries to commit the cache entry.boolean
CommitManager. isTracking(Flag trackFlag)
void
CommitManager. startTrack(Flag track)
It starts tracking keys committed.void
CommitManager. 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 Flag
AbstractCacheTransaction. getStateTransferFlag()
Methods in org.infinispan.transaction.impl with parameters of type Flag Modifier and Type Method Description abstract void
AbstractCacheTransaction. setStateTransferFlag(Flag stateTransferFlag)
void
LocalTransaction. setStateTransferFlag(Flag stateTransferFlag)
void
RemoteTransaction. setStateTransferFlag(Flag stateTransferFlag)
-