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 class
KeyPartitionerFactory
Key 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 class
GroupManagerFactory
-
Uses of AbstractNamedCacheComponentFactory in org.infinispan.factories
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.factories Modifier and Type Class Description class
AuthorizationManagerFactory
class
DataContainerFactory
Constructs the data containerclass
DistributionManagerFactory
class
EmptyConstructorNamedCacheFactory
Simple factory that just uses reflection and an empty constructor of the component type.class
EntryMetaFactory
class
ExpirationManagerFactory
Constructs the expiration managerclass
InboundInvocationHandlerFactory
Factory class that creates instances ofPerCacheInboundInvocationHandler
.class
InterceptorChainFactory
Factory class that builds an interceptor chain based on cache configuration.class
InternalCacheFactory<K,V>
An internal factory for constructing Caches.class
LockContainerFactory
Factory class that creates instances ofLockContainer
.class
LockManagerFactory
Factory class that creates instances ofLockManager
.class
PartitionHandlingManagerFactory
class
RecoveryManagerFactory
Factory for RecoveryManager.class
ResponseGeneratorFactory
Creates a ResponseGeneratorclass
RpcManagerFactory
A factory for the RpcManagerclass
SizeCalculatorFactory
Factory for creating size calculator used to estimate size of objectsclass
StateTransferComponentFactory
class
StreamManagerFactory
Factory that allows creation of aLocalStreamManager
orClusterStreamManager
based on the provided configuration.class
TransactionManagerFactory
Uses a number of mechanisms to retrieve a transaction manager.class
TransactionSynchronizationRegistryFactory
Factory for the TransactionSynchronizationRegistryclass
TransactionTableFactory
Factory forTransactionTable
objects.class
VersionGeneratorFactory
Version 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 class
ClusterEventManagerFactory
Constructs the data container -
Uses of AbstractNamedCacheComponentFactory in org.infinispan.stats.impl
Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.stats.impl Modifier and Type Class Description class
ClusterCacheStatsFactory
ClusterCacheStatsFactory is a default factory class forClusterCacheStats
.static class
StatsCollector.Factory
-