| Package | Description |
|---|---|
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.factories.components | |
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataRepo |
ComponentRegistry.getComponentMetadataRepo() |
ComponentMetadataRepo |
GlobalComponentRegistry.getComponentMetadataRepo() |
abstract ComponentMetadataRepo |
AbstractComponentRegistry.getComponentMetadataRepo() |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentMetadataPersister
A utility class used by the Infinispan build process to scan metadata and persist it.
|
| Constructor and Description |
|---|
InterceptorChain(ComponentMetadataRepo componentMetadataRepo)
Constructs an interceptor chain having the supplied interceptor as first.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.