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