Uses of Class
org.infinispan.factories.AbstractNamedCacheComponentFactory
-
Packages that use AbstractNamedCacheComponentFactory Package Description org.infinispan.distribution.ch.impl org.infinispan.distribution.group.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.notifications.cachelistener.cluster org.infinispan.stats.impl -
-
Uses of AbstractNamedCacheComponentFactory in org.infinispan.distribution.ch.impl
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.distribution.ch.impl Modifier and Type Class Description classKeyPartitionerFactoryKey partitioner factory that uses the hash function defined in the configuration. -
Uses of AbstractNamedCacheComponentFactory in org.infinispan.distribution.group.impl
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.distribution.group.impl Modifier and Type Class Description classGroupManagerFactory -
Uses of AbstractNamedCacheComponentFactory in org.infinispan.factories
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.factories Modifier and Type Class Description classAuthorizationManagerFactoryclassClusteringDependentLogicFactoryclassDataContainerFactoryConstructs the data containerclassDistributionManagerFactoryclassEmptyConstructorNamedCacheFactorySimple factory that just uses reflection and an empty constructor of the component type.classEntryMetaFactoryclassExpirationManagerFactoryConstructs the expiration managerclassInboundInvocationHandlerFactoryFactory class that creates instances ofPerCacheInboundInvocationHandler.classInterceptorChainFactoryFactory class that builds an interceptor chain based on cache configuration.classLockContainerFactoryFactory class that creates instances ofLockContainer.classLockManagerFactoryFactory class that creates instances ofLockManager.classPartitionHandlingManagerFactoryclassPublisherManagerFactoryFactory that allows creation of aLocalPublisherManagerorClusterPublisherManagerbased on the provided configuration.classRecoveryManagerFactoryFactory for RecoveryManager.classResponseGeneratorFactoryCreates a ResponseGeneratorclassRpcManagerFactoryA factory for the RpcManagerclassSizeCalculatorFactoryFactory for creating size calculator used to estimate size of objectsclassStateTransferComponentFactoryclassTransactionManagerFactoryUses a number of mechanisms to retrieve a transaction manager.classTransactionSynchronizationRegistryFactoryFactory for the TransactionSynchronizationRegistryclassTransactionTableFactoryFactory forTransactionTableobjects.classVersionGeneratorFactoryVersion generator component factory. -
Uses of AbstractNamedCacheComponentFactory in org.infinispan.notifications.cachelistener.cluster
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.notifications.cachelistener.cluster Modifier and Type Class Description classClusterEventManagerFactoryConstructs the data container. -
Uses of AbstractNamedCacheComponentFactory in org.infinispan.stats.impl
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.stats.impl Modifier and Type Class Description classClusterCacheStatsFactoryClusterCacheStatsFactory is a default factory class forClusterCacheStats.static classStatsCollector.Factory
-