| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPartitionerFactory
Key partitioner factory that uses the hash function defined in the configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupManagerFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentFactory
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
|
class |
AbstractNamedCacheComponentFactory
A component factory for creating components scoped per-cache.
|
class |
AnyScopeComponentFactory |
class |
AuthorizationManagerFactory |
class |
ClusteringDependentLogicFactory |
class |
DataContainerFactory
Constructs the data container
|
class |
DistributionManagerFactory |
class |
EmptyConstructorFactory
Factory for building global-scope components which have default empty constructors
|
class |
EmptyConstructorNamedCacheFactory
Simple factory that just uses reflection and an empty constructor of the component type.
|
class |
EncoderRegistryFactory
Factory for
EncoderRegistryImpl objects. |
class |
EntryMetaFactory |
class |
ExpirationManagerFactory
Constructs the expiration manager
|
class |
InboundInvocationHandlerFactory
Factory class that creates instances of
PerCacheInboundInvocationHandler. |
class |
InterceptorChainFactory
Factory class that builds an interceptor chain based on cache configuration.
|
class |
LockContainerFactory
Factory class that creates instances of
LockContainer. |
class |
LockManagerFactory
Factory class that creates instances of
LockManager. |
class |
MarshallerFactory
MarshallerFactory.
|
class |
NamedComponentFactory
Deprecated.
Since 9.4, please implement
AnyScopeComponentFactory.construct(String) directly. |
class |
NamedExecutorsFactory
A factory that specifically knows how to create named executors.
|
class |
PartitionHandlingManagerFactory |
class |
PublisherManagerFactory
Factory that allows creation of a
LocalPublisherManager or ClusterPublisherManager based on the provided
configuration. |
class |
RecoveryManagerFactory
Factory for RecoveryManager.
|
class |
ResponseGeneratorFactory
Creates a ResponseGenerator
|
class |
RpcManagerFactory
A factory for the RpcManager
|
class |
SizeCalculatorFactory
Factory for creating size calculator used to estimate size of objects
|
class |
StateTransferComponentFactory
|
class |
TransactionManagerFactory
Uses a number of mechanisms to retrieve a transaction manager.
|
class |
TransactionSynchronizationRegistryFactory
Factory for the TransactionSynchronizationRegistry
|
class |
TransactionTableFactory
Factory for
TransactionTable objects. |
class |
TransportFactory
Factory for Transport implementations.
|
class |
VersionGeneratorFactory
Version generator component factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsCollectorFactory
Produces instances of
MetricsCollector. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterEventManagerFactory
Constructs the data container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalSecurityManagerFactory
Factory for GlobalSecurityManager implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterCacheStatsFactory
ClusterCacheStatsFactory is a default factory class for
ClusterCacheStats. |
class |
ClusterContainerStatsFactory |
static class |
StatsCollector.Factory |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterTopologyManagerFactory
Factory for ClusterTopologyManager implementations.
|
class |
LocalTopologyManagerFactory
Factory for ClusterTopologyManager implementations.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.