|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.batch | Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean)
API. |
org.infinispan.cdi | This is the Infinispan CDI module. |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
org.infinispan.configuration.cache | Classes related to eviction. |
org.infinispan.container | Data containers which store cache entries. |
org.infinispan.context | Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.eviction | Classes related to eviction. |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | Base interceptors containing common, reusable behavior. |
org.infinispan.interceptors.locking | |
org.infinispan.lifecycle | Component lifecycle. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.manager | Cache manager package |
org.infinispan.marshall | Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. |
org.infinispan.marshall.jboss | Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. |
org.infinispan.query.impl | |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction | JTA transaction support. |
org.infinispan.transaction.lookup | Interfaces and implementations of lookup classes to locate and/or instantiate JTA TransactionManager s. |
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa | XA transaction support. |
org.infinispan.util.concurrent.locks | Lock and synchronization related classes, tools and utilities. |
Uses of Configuration in org.infinispan |
---|
Fields in org.infinispan declared as Configuration | |
---|---|
protected Configuration |
CacheImpl.config
|
Methods in org.infinispan that return Configuration | |
---|---|
Configuration |
AbstractDelegatingCache.getCacheConfiguration()
|
Configuration |
Cache.getCacheConfiguration()
|
Configuration |
CacheImpl.getCacheConfiguration()
|
Methods in org.infinispan with parameters of type Configuration | |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg)
|
Uses of Configuration in org.infinispan.batch |
---|
Methods in org.infinispan.batch with parameters of type Configuration | |
---|---|
protected static void |
AutoBatchSupport.assertBatchingSupported(Configuration c)
|
Uses of Configuration in org.infinispan.cdi |
---|
Methods in org.infinispan.cdi that return Configuration | |
---|---|
Configuration |
DefaultEmbeddedCacheConfigurationProducer.getDefaultEmbeddedCacheConfiguration(javax.enterprise.inject.Instance<Configuration> providedDefaultEmbeddedCacheConfiguration)
Produces the default embedded cache configuration. |
Methods in org.infinispan.cdi with parameters of type Configuration | |
---|---|
EmbeddedCacheManager |
DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(javax.enterprise.inject.Instance<EmbeddedCacheManager> providedDefaultEmbeddedCacheManager,
Configuration defaultConfiguration)
Produces the default embedded cache manager. |
Method parameters in org.infinispan.cdi with type arguments of type Configuration | |
---|---|
Configuration |
DefaultEmbeddedCacheConfigurationProducer.getDefaultEmbeddedCacheConfiguration(javax.enterprise.inject.Instance<Configuration> providedDefaultEmbeddedCacheConfiguration)
Produces the default embedded cache configuration. |
Uses of Configuration in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type Configuration | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateProvider stateProvider,
StateConsumer stateConsumer,
LockManager lockManager,
InternalEntryFactory entryFactory,
MapReduceManager mapReduceManager,
StateTransferManager stm,
BackupSender backupSender,
CancellationService cancellationService)
|
Uses of Configuration in org.infinispan.commands.write |
---|
Methods in org.infinispan.commands.write with parameters of type Configuration | |
---|---|
void |
InvalidateL1Command.init(Configuration config,
DistributionManager dm,
CacheNotifier n,
DataContainer dc)
|
Constructors in org.infinispan.commands.write with parameters of type Configuration | |
---|---|
InvalidateL1Command(Address writeOrigin,
boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys)
|
|
InvalidateL1Command(boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys)
|
|
InvalidateL1Command(boolean forRehash,
DataContainer dc,
Configuration config,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Object... keys)
|
Uses of Configuration in org.infinispan.configuration.cache |
---|
Methods in org.infinispan.configuration.cache that return Configuration | |
---|---|
static Configuration |
LegacyConfigurationAdaptor.adapt(Configuration legacy)
|
Configuration |
ConfigurationBuilder.build()
|
Configuration |
ConfigurationChildBuilder.build()
|
Configuration |
ConfigurationBuilder.build(boolean validate)
|
Methods in org.infinispan.configuration.cache with parameters of type Configuration | |
---|---|
static Configuration |
LegacyConfigurationAdaptor.adapt(Configuration config)
|
static boolean |
Configurations.isOnePhaseCommit(Configuration cfg)
|
static boolean |
Configurations.isSecondPhaseAsync(Configuration cfg)
|
static boolean |
Configurations.isStateTransferEnabled(Configuration cfg)
|
ConfigurationBuilder |
ConfigurationBuilder.read(Configuration template)
|
Uses of Configuration in org.infinispan.container |
---|
Methods in org.infinispan.container with parameters of type Configuration | |
---|---|
void |
EntryFactoryImpl.injectDependencies(DataContainer dataContainer,
Configuration configuration,
CacheNotifier notifier)
|
Uses of Configuration in org.infinispan.context |
---|
Methods in org.infinispan.context with parameters of type Configuration | |
---|---|
void |
TransactionalInvocationContextContainer.init(TransactionManager tm,
TransactionTable transactionTable,
Configuration config)
|
Uses of Configuration in org.infinispan.distribution |
---|
Methods in org.infinispan.distribution with parameters of type Configuration | |
---|---|
void |
L1ManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory commandsFactory,
ExecutorService asyncTransportExecutor,
ScheduledExecutorService scheduledExecutor)
|
Uses of Configuration in org.infinispan.eviction |
---|
Methods in org.infinispan.eviction with parameters of type Configuration | |
---|---|
void |
EvictionManagerImpl.initialize(ScheduledExecutorService executor,
Cache cache,
Configuration cfg,
DataContainer dataContainer,
CacheLoaderManager cacheLoaderManager,
CacheNotifier cacheNotifier)
|
void |
PassivationManagerImpl.inject(CacheLoaderManager cacheLoaderManager,
CacheNotifier notifier,
Configuration cfg,
DataContainer container)
|
void |
ActivationManagerImpl.inject(CacheLoaderManager clm,
Configuration cfg)
|
Uses of Configuration in org.infinispan.factories |
---|
Fields in org.infinispan.factories declared as Configuration | |
---|---|
protected Configuration |
AbstractNamedCacheComponentFactory.configuration
|
Methods in org.infinispan.factories with parameters of type Configuration | |
---|---|
protected AdvancedCache<K,V> |
InternalCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
|
Cache<K,V> |
InternalCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
This implementation clones the configuration passed in before using it. |
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration)
|
Constructors in org.infinispan.factories with parameters of type Configuration | |
---|---|
BootstrapFactory(AdvancedCache<?,?> advancedCache,
Configuration configuration,
ComponentRegistry componentRegistry)
|
|
ComponentRegistry(String cacheName,
Configuration configuration,
AdvancedCache<?,?> cache,
GlobalComponentRegistry globalComponents,
ClassLoader defaultClassLoader)
Creates an instance of the component registry. |
Uses of Configuration in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type Configuration | |
---|---|
void |
TxInterceptor.init(TransactionTable txTable,
Configuration c,
TransactionCoordinator txCoordinator,
RpcManager rpcManager,
RecoveryManager recoveryManager)
|
void |
ActivationInterceptor.inject(Configuration cfg,
ActivationManager activationManager)
|
Uses of Configuration in org.infinispan.interceptors.base |
---|
Fields in org.infinispan.interceptors.base declared as Configuration | |
---|---|
protected Configuration |
CommandInterceptor.cacheConfiguration
|
Methods in org.infinispan.interceptors.base with parameters of type Configuration | |
---|---|
void |
CommandInterceptor.injectConfiguration(Configuration configuration)
|
Uses of Configuration in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type Configuration | |
---|---|
void |
ClusteringDependentLogic.DistributionLogic.init(DistributionManager dm,
Configuration configuration,
RpcManager rpcManager,
StateTransferLock stateTransferLock)
|
Uses of Configuration in org.infinispan.lifecycle |
---|
Methods in org.infinispan.lifecycle with parameters of type Configuration | |
---|---|
void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
|
void |
AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
|
Uses of Configuration in org.infinispan.loaders |
---|
Methods in org.infinispan.loaders with parameters of type Configuration | |
---|---|
void |
CacheLoaderManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
InvocationContextContainer icc,
TransactionManager transactionManager)
|
Uses of Configuration in org.infinispan.manager |
---|
Fields in org.infinispan.manager declared as Configuration | |
---|---|
protected Configuration |
DefaultCacheManager.defaultConfiguration
|
Methods in org.infinispan.manager that return Configuration | |
---|---|
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configurationOverride)
Defines a named cache's configuration using the following algorithm: Unlike previous versions of Infinispan, this method does not build on an existing configuration (default or named). |
Configuration |
DefaultCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
|
Configuration |
AbstractDelegatingEmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
|
Configuration |
DefaultCacheManager.defineConfiguration(String cacheName,
String templateName,
Configuration configurationOverride)
|
Configuration |
EmbeddedCacheManager.getCacheConfiguration(String name)
Returns the configuration for the given cache. |
Configuration |
DefaultCacheManager.getCacheConfiguration(String name)
|
Configuration |
AbstractDelegatingEmbeddedCacheManager.getCacheConfiguration(String name)
|
Configuration |
EmbeddedCacheManager.getDefaultCacheConfiguration()
Returns default configuration for this CacheManager |
Configuration |
DefaultCacheManager.getDefaultCacheConfiguration()
|
Configuration |
AbstractDelegatingEmbeddedCacheManager.getDefaultCacheConfiguration()
|
Methods in org.infinispan.manager with parameters of type Configuration | |
---|---|
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configurationOverride)
Defines a named cache's configuration using the following algorithm: Unlike previous versions of Infinispan, this method does not build on an existing configuration (default or named). |
Configuration |
DefaultCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
|
Configuration |
AbstractDelegatingEmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
|
Configuration |
DefaultCacheManager.defineConfiguration(String cacheName,
String templateName,
Configuration configurationOverride)
|
Constructors in org.infinispan.manager with parameters of type Configuration | |
---|---|
DefaultCacheManager(Configuration defaultConfiguration)
Constructs and starts a new instance of the CacheManager, using the default configuration passed in. |
|
DefaultCacheManager(Configuration defaultConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the default configuration passed in. |
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration)
Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in. |
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the global and default configurations passed in. |
Uses of Configuration in org.infinispan.marshall |
---|
Methods in org.infinispan.marshall with parameters of type Configuration | |
---|---|
void |
CacheMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg)
|
void |
VersionAwareMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg)
|
Uses of Configuration in org.infinispan.marshall.jboss |
---|
Methods in org.infinispan.marshall.jboss with parameters of type Configuration | |
---|---|
void |
JBossMarshaller.inject(ExternalizerTable externalizerTable,
Configuration cfg,
InvocationContextContainer icc,
GlobalConfiguration globalCfg)
|
Uses of Configuration in org.infinispan.query.impl |
---|
Methods in org.infinispan.query.impl with parameters of type Configuration | |
---|---|
void |
LifecycleManager.cacheStarting(ComponentRegistry cr,
Configuration cfg,
String cacheName)
Registers the Search interceptor in the cache before it gets started |
Uses of Configuration in org.infinispan.remoting |
---|
Methods in org.infinispan.remoting that return Configuration | |
---|---|
protected Configuration |
ReplicationQueueImpl.getConfiguration()
|
Methods in org.infinispan.remoting with parameters of type Configuration | |
---|---|
void |
ReplicationQueueImpl.injectDependencies(ScheduledExecutorService executor,
RpcManager rpcManager,
Configuration configuration,
CommandsFactory commandsFactory,
Cache cache)
|
void |
ReplicationQueueImpl.injectDependencies(ScheduledExecutorService executor,
RpcManager rpcManager,
Configuration configuration,
CommandsFactory commandsFactory,
String cacheName)
|
Uses of Configuration in org.infinispan.remoting.rpc |
---|
Methods in org.infinispan.remoting.rpc with parameters of type Configuration | |
---|---|
static ResponseMode |
ResponseMode.getAsyncResponseMode(Configuration c)
|
void |
RpcManagerImpl.injectDependencies(Transport t,
Cache cache,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager,
GlobalConfiguration globalCfg)
|
Uses of Configuration in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type Configuration | |
---|---|
void |
StateProviderImpl.init(Cache cache,
ExecutorService executorService,
Configuration configuration,
RpcManager rpcManager,
CommandsFactory commandsFactory,
CacheNotifier cacheNotifier,
CacheLoaderManager cacheLoaderManager,
DataContainer dataContainer,
TransactionTable transactionTable,
StateTransferLock stateTransferLock,
StateConsumer stateConsumer)
|
void |
StateConsumerImpl.init(Cache cache,
ExecutorService executorService,
StateTransferManager stateTransferManager,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
Configuration configuration,
RpcManager rpcManager,
TransactionManager transactionManager,
CommandsFactory commandsFactory,
CacheLoaderManager cacheLoaderManager,
DataContainer dataContainer,
TransactionTable transactionTable,
StateTransferLock stateTransferLock,
CacheNotifier cacheNotifier)
|
void |
StateTransferManagerImpl.init(StateConsumer stateConsumer,
StateProvider stateProvider,
Cache cache,
CacheNotifier cacheNotifier,
Configuration configuration,
GlobalConfiguration globalConfiguration,
RpcManager rpcManager,
GroupManager groupManager,
LocalTopologyManager localTopologyManager)
|
void |
StateTransferInterceptor.init(StateTransferLock stateTransferLock,
Configuration configuration,
CommandsFactory commandFactory,
StateTransferManager stateTransferManager)
|
Uses of Configuration in org.infinispan.transaction |
---|
Fields in org.infinispan.transaction declared as Configuration | |
---|---|
protected Configuration |
TransactionTable.configuration
|
Methods in org.infinispan.transaction with parameters of type Configuration | |
---|---|
void |
TransactionCoordinator.init(CommandsFactory commandsFactory,
InvocationContextContainer icc,
InterceptorChain invoker,
TransactionTable txTable,
Configuration configuration)
|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
TransactionFactory gtf,
TransactionCoordinator txCoordinator,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic,
Cache cache)
|
Constructors in org.infinispan.transaction with parameters of type Configuration | |
---|---|
AbstractEnlistmentAdapter(CacheTransaction cacheTransaction,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration)
|
|
AbstractEnlistmentAdapter(CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration)
|
Uses of Configuration in org.infinispan.transaction.lookup |
---|
Methods in org.infinispan.transaction.lookup with parameters of type Configuration | |
---|---|
void |
JBossStandaloneJTAManagerLookup.init(Configuration configuration)
|
void |
GenericTransactionManagerLookup.setConfiguration(Configuration configuration)
|
Uses of Configuration in org.infinispan.transaction.synchronization |
---|
Constructors in org.infinispan.transaction.synchronization with parameters of type Configuration | |
---|---|
SynchronizationAdapter(LocalTransaction localTransaction,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable transactionTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration)
|
Uses of Configuration in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa with parameters of type Configuration | |
---|---|
void |
TransactionFactory.init(Configuration configuration,
EmbeddedCacheManager cm,
RpcManager rpcManager)
|
Constructors in org.infinispan.transaction.xa with parameters of type Configuration | |
---|---|
TransactionXaAdapter(LocalXaTransaction localTransaction,
TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
String cacheName)
|
|
TransactionXaAdapter(TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
String cacheName)
|
Uses of Configuration in org.infinispan.util.concurrent.locks |
---|
Fields in org.infinispan.util.concurrent.locks declared as Configuration | |
---|---|
protected Configuration |
LockManagerImpl.configuration
|
Methods in org.infinispan.util.concurrent.locks with parameters of type Configuration | |
---|---|
void |
LockManagerImpl.injectDependencies(Configuration configuration,
LockContainer<?> lockContainer)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |