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
,ClusterCacheStatsFactory
,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
public abstract class AbstractNamedCacheComponentFactory extends AnyScopeComponentFactory
A component factory for creating components scoped per-cache.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description protected BasicComponentRegistry
basicComponentRegistry
protected ComponentRegistry
componentRegistry
Deprecated.protected Configuration
configuration
-
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description AbstractNamedCacheComponentFactory()
-
-
-
Field Detail
-
configuration
protected Configuration configuration
-
componentRegistry
@Deprecated protected ComponentRegistry componentRegistry
Deprecated.
-
basicComponentRegistry
protected BasicComponentRegistry basicComponentRegistry
-
-