Uses of Enum
org.infinispan.context.Flag
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Commands that operate on the cache, either locally or remotely.
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.
This package contains different context implementations, selected dynamically based on the type of invocation.
REST Server bootstrap and Netty bridge classes.
-
Uses of Flag in org.infinispan
Modifier and TypeMethodDescriptiondefault AdvancedCache<K,
V> An alternative toAdvancedCache.withFlags(Flag...)
optimized for a single flag.A method that adds flags to any API call.Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.withFlags
(Collection<Flag> flags) CacheImpl.withFlags
(Collection<Flag> flags) DecoratedCache.withFlags
(Collection<Flag> flags) SimpleCacheImpl.withFlags
(Collection<Flag> flags) -
Uses of Flag in org.infinispan.commands
Modifier and TypeMethodDescriptiondefault void
Deprecated, for removal: This API element is subject to removal in a future version.default boolean
Deprecated, for removal: This API element is subject to removal in a future version.Since 9.0, please useFlagAffectedCommand.hasAnyFlag(long)
with aFlagBitSets
constant instead.Modifier and TypeMethodDescriptiondefault void
Deprecated, for removal: This API element is subject to removal in a future version.Since 9.0, please useFlagAffectedCommand.addFlags(long)
with aFlagBitSets
constant instead.default void
Deprecated.Since 9.0, please useFlagAffectedCommand.setFlagsBitSet(long)
instead. -
Uses of Flag in org.infinispan.context
Modifier and TypeMethodDescriptionFlag.Externalizer.readObject
(ObjectInput input) static Flag
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.Modifier and TypeMethodDescriptionvoid
Flag.Externalizer.writeObject
(ObjectOutput output, Flag flag) -
Uses of Flag in org.infinispan.context.impl
Modifier and TypeMethodDescriptionstatic Flag
FlagBitSets.extractStateTransferFlag
(InvocationContext ctx, FlagAffectedCommand command) -
Uses of Flag in org.infinispan.rest
-
Uses of Flag in org.infinispan.rest.framework
-
Uses of Flag in org.infinispan.security.impl
-
Uses of Flag in org.infinispan.transaction.impl
Modifier and TypeMethodDescriptionabstract void
AbstractCacheTransaction.setStateTransferFlag
(Flag stateTransferFlag) void
LocalTransaction.setStateTransferFlag
(Flag stateTransferFlag) void
RemoteTransaction.setStateTransferFlag
(Flag stateTransferFlag)
FlagAffectedCommand.addFlags(long)
with aFlagBitSets
constant instead.