Package | Description |
---|---|
org.infinispan.distexec.mapreduce | |
org.infinispan.distribution.group |
Groups allow keys with differeing hash codes to be co-located on the same node.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.topology |
Modifier and Type | Class and Description |
---|---|
class |
MapReduceManagerFactory
MapReduceManagerFactory is a default factory class for
MapReduceManager . |
Modifier and Type | Class and Description |
---|---|
class |
GroupManagerFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNamedCacheComponentFactory
A component factory for creating components scoped per-cache.
|
class |
BootstrapFactory
Factory for setting up bootstrap components
|
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 |
EntryMetaFactory |
class |
InterceptorChainFactory
Factory class that builds an interceptor chain based on cache configuration.
|
class |
InternalCacheFactory<K,V>
An internal factory for constructing Caches.
|
class |
LockManagerFactory
Factory class that creates instances of
LockManager . |
class |
MarshallerFactory
MarshallerFactory.
|
class |
NamedComponentFactory
A specialized type of component factory that knows how to create named components, identified with the
ComponentName annotation on the classes requested in Inject annotated methods. |
class |
NamedExecutorsFactory
A factory that specifically knows how to create named executors.
|
class |
RecoveryManagerFactory
Factory for RecoveryManager.
|
class |
ReplicationQueueFactory
Factory for ReplicationQueue.
|
class |
ResponseGeneratorFactory
Creates a ResponseGenerator
|
class |
RpcManagerFactory
A factory for the RpcManager
|
class |
StateTransferComponentFactory
|
class |
TestDelayFactory
Internal class, only used for testing.
|
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 |
VersioningMetaFactory
Version generator component factory.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractComponentFactory |
AbstractComponentRegistry.createComponentFactoryInternal(Class<?> componentClass,
String cfClass) |
protected AbstractComponentFactory |
ComponentRegistry.createComponentFactoryInternal(Class<?> componentClass,
String cfClass) |
protected AbstractComponentFactory |
AbstractComponentRegistry.getFactory(Class<?> componentClass)
Retrieves a component factory instance capable of constructing components of a specified type.
|
protected AbstractComponentFactory |
ComponentRegistry.getFactory(Class<?> componentClass) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterTopologyManagerFactory
Factory for ClusterTopologyManager implementations
|
class |
LocalTopologyManagerFactory
Factory for ClusterTopologyManager implementations
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.