Package org.infinispan.factories
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
,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
Modifier and TypeFieldDescriptionprotected BasicComponentRegistry
protected ComponentRegistry
Deprecated, for removal: This API element is subject to removal in a future version.protected Configuration
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct, 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()
-