Uses of Class
org.infinispan.factories.AnyScopeComponentFactory
-
Packages that use AnyScopeComponentFactory 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.security.impl org.infinispan.stats.impl org.infinispan.topology -
-
Uses of AnyScopeComponentFactory in org.infinispan.distribution.ch.impl
Subclasses of AnyScopeComponentFactory 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 AnyScopeComponentFactory in org.infinispan.distribution.group.impl
Subclasses of AnyScopeComponentFactory in org.infinispan.distribution.group.impl Modifier and Type Class Description classGroupManagerFactory -
Uses of AnyScopeComponentFactory in org.infinispan.factories
Subclasses of AnyScopeComponentFactory in org.infinispan.factories Modifier and Type Class Description classAbstractComponentFactoryFactory that creates components used internally within Infinispan, and also wires dependencies into the components.classAbstractNamedCacheComponentFactoryA component factory for creating components scoped per-cache.classAuthorizationManagerFactoryclassClusteringDependentLogicFactoryclassDataContainerFactoryConstructs the data containerclassDistributionManagerFactoryclassEmptyConstructorFactoryFactory for building global-scope components which have default empty constructorsclassEmptyConstructorNamedCacheFactorySimple factory that just uses reflection and an empty constructor of the component type.classEncoderRegistryFactoryFactory forEncoderRegistryImplobjects.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.classMarshallerFactoryMarshallerFactory.classNamedComponentFactoryDeprecated.Since 9.4, please implementconstruct(String)directly.classNamedExecutorsFactoryA factory that specifically knows how to create named executors.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.classTransportFactoryFactory for Transport implementations.classVersionGeneratorFactoryVersion generator component factory. -
Uses of AnyScopeComponentFactory in org.infinispan.notifications.cachelistener.cluster
Subclasses of AnyScopeComponentFactory in org.infinispan.notifications.cachelistener.cluster Modifier and Type Class Description classClusterEventManagerFactoryConstructs the data container. -
Uses of AnyScopeComponentFactory in org.infinispan.security.impl
Subclasses of AnyScopeComponentFactory in org.infinispan.security.impl Modifier and Type Class Description classGlobalSecurityManagerFactoryFactory for GlobalSecurityManager implementations -
Uses of AnyScopeComponentFactory in org.infinispan.stats.impl
Subclasses of AnyScopeComponentFactory in org.infinispan.stats.impl Modifier and Type Class Description classClusterCacheStatsFactoryClusterCacheStatsFactory is a default factory class forClusterCacheStats.classClusterContainerStatsFactorystatic classStatsCollector.Factory -
Uses of AnyScopeComponentFactory in org.infinispan.topology
Subclasses of AnyScopeComponentFactory in org.infinispan.topology Modifier and Type Class Description classClusterTopologyManagerFactoryFactory for ClusterTopologyManager implementations.classLocalTopologyManagerFactoryFactory for ClusterTopologyManager implementations.
-