| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.configuration.parsing | |
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
StorageType.getElement() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.forName(String localName) |
static Element |
ParseUtils.nextElement(XMLStreamReader reader) |
static Element |
Element.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element[] |
Element.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Parser.parseCacheElement(XMLExtendedStreamReader reader,
Element element,
ConfigurationBuilderHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.elementDeprecatedUseOther(Element element,
Element other) |
void |
Log_$logger.elementDeprecatedUseOther(Element element,
Element other) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.