Class AbstractNamedCacheComponentFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
AuthorizationManagerFactory, ClusterEventManagerFactory, ClusteringDependentLogicFactory, DataContainerFactory, DistributionManagerFactory, EmptyConstructorNamedCacheFactory, EntryMetaFactory, ExpirationManagerFactory, GroupManagerFactory, InboundInvocationHandlerFactory, InterceptorChainFactory, IracComponentFactory, KeyPartitionerFactory, LockContainerFactory, LockManagerFactory, PartitionHandlingManagerFactory, PublisherManagerFactory, RecoveryManagerFactory, ResponseGeneratorFactory, RpcManagerFactory, SizeCalculatorFactory, StateTransferComponentFactory, StatsCollector.Factory, TransactionManagerFactory, TransactionSynchronizationRegistryFactory, TransactionTableFactory, VersionGeneratorFactory, XSiteEntryMergePolicyFactory
A component factory for creating components scoped per-cache.
- Since:
- 4.0
- Author:
- Manik Surtani
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BasicComponentRegistryprotected ComponentRegistryDeprecated, for removal: This API element is subject to removal in a future version.protected ConfigurationFields inherited from class AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentFactory
construct
-
Field Details
-
configuration
-
componentRegistry
Deprecated, for removal: This API element is subject to removal in a future version. -
basicComponentRegistry
-
-
Constructor Details
-
AbstractNamedCacheComponentFactory
public AbstractNamedCacheComponentFactory()
-