Uses of Interface
org.infinispan.factories.ComponentFactory
-
Packages that use ComponentFactory 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.metrics.impl Eclipse microprofile based metrics implementation.org.infinispan.notifications.cachelistener.cluster org.infinispan.security.impl org.infinispan.stats.impl org.infinispan.topology -
-
Uses of ComponentFactory in org.infinispan.distribution.ch.impl
Classes in org.infinispan.distribution.ch.impl that implement ComponentFactory Modifier and Type Class Description classKeyPartitionerFactoryKey partitioner factory that uses the hash function defined in the configuration. -
Uses of ComponentFactory in org.infinispan.distribution.group.impl
Classes in org.infinispan.distribution.group.impl that implement ComponentFactory Modifier and Type Class Description classGroupManagerFactory -
Uses of ComponentFactory in org.infinispan.factories
Classes in org.infinispan.factories that implement ComponentFactory 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.classAnyScopeComponentFactoryclassAuthorizationManagerFactoryclassClusteringDependentLogicFactoryclassDataContainerFactoryConstructs 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 implementAnyScopeComponentFactory.construct(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 ComponentFactory in org.infinispan.metrics.impl
Classes in org.infinispan.metrics.impl that implement ComponentFactory Modifier and Type Class Description classMetricsCollectorFactoryProduces instances ofMetricsCollector. -
Uses of ComponentFactory in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement ComponentFactory Modifier and Type Class Description classClusterEventManagerFactoryConstructs the data container. -
Uses of ComponentFactory in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement ComponentFactory Modifier and Type Class Description classGlobalSecurityManagerFactoryFactory for GlobalSecurityManager implementations -
Uses of ComponentFactory in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement ComponentFactory Modifier and Type Class Description classClusterCacheStatsFactoryClusterCacheStatsFactory is a default factory class forClusterCacheStats.classClusterContainerStatsFactorystatic classStatsCollector.Factory -
Uses of ComponentFactory in org.infinispan.topology
Classes in org.infinispan.topology that implement ComponentFactory Modifier and Type Class Description classClusterTopologyManagerFactoryFactory for ClusterTopologyManager implementations.classLocalTopologyManagerFactoryFactory for ClusterTopologyManager implementations.
-