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.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.rest REST Server bootstrap and Netty bridge classes. -
-
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.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 Set<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)
-
Uses of Flag in org.infinispan.rest
Methods in org.infinispan.rest that return Flag Modifier and Type Method Description Flag[]
NettyRestRequest. getFlags()
-