Uses of Enum Class
org.infinispan.registry.InternalCacheRegistry.Flag
Packages that use InternalCacheRegistry.Flag
Package
Description
The internal cache registry API
-
Uses of InternalCacheRegistry.Flag in org.infinispan.registry
Subclasses with type arguments of type InternalCacheRegistry.Flag in org.infinispan.registryMethods in org.infinispan.registry that return InternalCacheRegistry.FlagModifier and TypeMethodDescriptionstatic InternalCacheRegistry.FlagReturns the enum constant of this class with the specified name.static InternalCacheRegistry.Flag[]InternalCacheRegistry.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.registry with parameters of type InternalCacheRegistry.FlagModifier and TypeMethodDescriptionbooleanInternalCacheRegistry.internalCacheHasFlag(String name, InternalCacheRegistry.Flag flag) Returns whether a particular internal cache has a specific flagMethod parameters in org.infinispan.registry with type arguments of type InternalCacheRegistry.FlagModifier and TypeMethodDescriptionvoidInternalCacheRegistry.registerInternalCache(String name, Configuration configuration, EnumSet<InternalCacheRegistry.Flag> flags) Registers an internal cache with the specified flags. -
Uses of InternalCacheRegistry.Flag in org.infinispan.registry.impl
Methods in org.infinispan.registry.impl with parameters of type InternalCacheRegistry.FlagModifier and TypeMethodDescriptionbooleanInternalCacheRegistryImpl.internalCacheHasFlag(String name, InternalCacheRegistry.Flag flag) Method parameters in org.infinispan.registry.impl with type arguments of type InternalCacheRegistry.FlagModifier and TypeMethodDescriptionvoidInternalCacheRegistryImpl.registerInternalCache(String name, Configuration configuration, EnumSet<InternalCacheRegistry.Flag> flags)