See: Description
| Interface | Description |
|---|---|
| AutoInstantiableFactory |
Component factories that implement this interface can be instantiated automatically by component registries when
looking up components.
|
| ComponentFactory |
Factory for Infinispan components.
|
| Class | Description |
|---|---|
| AbstractComponentFactory |
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
|
| AbstractComponentRegistry | Deprecated
Since 9.4, please use
BasicComponentRegistry instead. |
| AbstractNamedCacheComponentFactory |
A component factory for creating components scoped per-cache.
|
| AnyScopeComponentFactory | |
| AuthorizationManagerFactory | |
| ClusteringDependentLogicFactory | |
| ComponentRegistry |
Named cache specific components
|
| CorePackageImpl | |
| DataContainerFactory |
Constructs the data container
|
| DistributionManagerFactory | |
| EmptyConstructorFactory |
Factory for building global-scope components which have default empty constructors
|
| EmptyConstructorNamedCacheFactory |
Simple factory that just uses reflection and an empty constructor of the component type.
|
| EncoderRegistryFactory |
Factory for
EncoderRegistryImpl objects. |
| EntryMetaFactory | |
| ExpirationManagerFactory |
Constructs the expiration manager
|
| GlobalComponentRegistry |
A global component registry where shared components are stored.
|
| InboundInvocationHandlerFactory |
Factory class that creates instances of
PerCacheInboundInvocationHandler. |
| InterceptorChainFactory |
Factory class that builds an interceptor chain based on cache configuration.
|
| InternalCacheFactory<K,V> |
An internal factory for constructing Caches.
|
| KnownComponentNames |
Holder for known named component names.
|
| LockContainerFactory |
Factory class that creates instances of
LockContainer. |
| LockManagerFactory |
Factory class that creates instances of
LockManager. |
| MarshallerFactory |
MarshallerFactory.
|
| NamedComponentFactory | Deprecated
Since 9.4, please implement
AnyScopeComponentFactory.construct(String) directly. |
| NamedExecutorsFactory |
A factory that specifically knows how to create named executors.
|
| PartitionHandlingManagerFactory | |
| PublisherManagerFactory |
Factory that allows creation of a
LocalPublisherManager or ClusterPublisherManager based on the provided
configuration. |
| RecoveryManagerFactory |
Factory for RecoveryManager.
|
| ResponseGeneratorFactory |
Creates a ResponseGenerator
|
| RpcManagerFactory |
A factory for the RpcManager
|
| SizeCalculatorFactory |
Factory for creating size calculator used to estimate size of objects
|
| StateTransferComponentFactory | |
| TransactionManagerFactory |
Uses a number of mechanisms to retrieve a transaction manager.
|
| TransactionSynchronizationRegistryFactory |
Factory for the TransactionSynchronizationRegistry
|
| TransactionTableFactory |
Factory for
TransactionTable objects. |
| TransportFactory |
Factory for Transport implementations.
|
| VersionGeneratorFactory |
Version generator component factory.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.