Package org.infinispan.factories
Class AbstractNamedCacheComponentFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
AuthorizationManagerFactory,ClusterEventManagerFactory,DataContainerFactory,DistributionManagerFactory,EmptyConstructorNamedCacheFactory,EntryMetaFactory,ExpirationManagerFactory,InboundInvocationHandlerFactory,InterceptorChainFactory,InternalCacheFactory,LockContainerFactory,LockManagerFactory,PartitionHandlingManagerFactory,RecoveryManagerFactory,ResponseGeneratorFactory,RpcManagerFactory,SizeCalculatorFactory,StateTransferComponentFactory,StreamManagerFactory,TransactionManagerFactory,TransactionSynchronizationRegistryFactory,TransactionTableFactory,VersionGeneratorFactory
public abstract class AbstractNamedCacheComponentFactory extends AbstractComponentFactory
A component factory for creating components scoped per-cache.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description protected org.infinispan.factories.impl.BasicComponentRegistrybasicComponentRegistryprotected ComponentRegistrycomponentRegistryDeprecated.protected Configurationconfiguration-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description AbstractNamedCacheComponentFactory()
-
-
-
Field Detail
-
configuration
protected Configuration configuration
-
componentRegistry
@Deprecated protected ComponentRegistry componentRegistry
Deprecated.
-
basicComponentRegistry
protected org.infinispan.factories.impl.BasicComponentRegistry basicComponentRegistry
-
-