Uses of Enum Class
org.infinispan.configuration.parsing.Element
Packages that use Element
-
Uses of Element in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return Element -
Uses of Element in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return ElementModifier and TypeMethodDescriptionstatic Element
static Element
ParseUtils.nextElement
(ConfigurationReader reader) static Element
Returns the enum constant of this class with the specified name.static Element[]
Element.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.parsing with parameters of type ElementModifier and TypeMethodDescriptionprotected final void
CacheParser.parseCacheElement
(ConfigurationReader reader, Element element, ConfigurationBuilderHolder holder) protected void
CacheParser.parseScatteredCache
(ConfigurationReader reader, Element element)