Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapFactory
Factory for setting up bootstrap components
|
class |
DataContainerFactory
Constructs the data container
|
class |
DistributionManagerFactory |
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 |
RecoveryManagerFactory
Factory for RecoveryManager.
|
class |
ReplicationQueueFactory
Factory for ReplicationQueue.
|
class |
ResponseGeneratorFactory
Creates a ResponseGenerator
|
class |
RpcManagerFactory
A factory for the RpcManager
|
class |
StateTransferManagerFactory
Constructs
StateTransferManager instances. |
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 |
VersioningMetaFactory |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.