Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.manager.EmbeddedCacheManager

Packages that use EmbeddedCacheManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.cdi This is the Infinispan CDI module. 
org.infinispan.cdi.interceptor This package provides the partial support of JCACHE (JSR-107). 
org.infinispan.cdi.util.logging This package contains the logging classes. 
org.infinispan.cli.interpreter   
org.infinispan.cli.interpreter.session   
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.distexec.mapreduce   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.manager Cache manager package 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.notifications.cachemanagerlistener.event   
org.infinispan.query.backend   
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
org.infinispan.xsite   
 

Uses of EmbeddedCacheManager in org.infinispan
 

Methods in org.infinispan that return EmbeddedCacheManager
 EmbeddedCacheManager AbstractDelegatingCache.getCacheManager()
           
 EmbeddedCacheManager Cache.getCacheManager()
          Retrieves the cache manager responsible for creating this cache instance.
 EmbeddedCacheManager CacheImpl.getCacheManager()
           
 

Methods in org.infinispan with parameters of type EmbeddedCacheManager
 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 EmbeddedCacheManager in org.infinispan.cdi
 

Methods in org.infinispan.cdi that return EmbeddedCacheManager
 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 EmbeddedCacheManager
<K,V> AdvancedCache<K,V>
AdvancedCacheProducer.getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager, CacheManagerEventBridge eventBridge, javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers)
           
 EmbeddedCacheManager DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(javax.enterprise.inject.Instance<EmbeddedCacheManager> providedDefaultEmbeddedCacheManager, Configuration defaultConfiguration)
          Produces the default embedded cache manager.
 void InfinispanExtension.registerCacheConfigurations(CacheManagerEventBridge eventBridge, javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers, javax.enterprise.inject.spi.BeanManager beanManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.cdi.interceptor
 

Constructor parameters in org.infinispan.cdi.interceptor with type arguments of type EmbeddedCacheManager
DefaultCacheResolver(javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers)
           
 

Uses of EmbeddedCacheManager in org.infinispan.cdi.util.logging
 

Methods in org.infinispan.cdi.util.logging with parameters of type EmbeddedCacheManager
 void Log.cacheConfigurationDefined(String cacheName, EmbeddedCacheManager cacheManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.cli.interpreter
 

Methods in org.infinispan.cli.interpreter with parameters of type EmbeddedCacheManager
 void Interpreter.initialize(EmbeddedCacheManager cacheManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.cli.interpreter.session
 

Methods in org.infinispan.cli.interpreter.session that return EmbeddedCacheManager
 EmbeddedCacheManager SessionImpl.getCacheManager()
           
 EmbeddedCacheManager Session.getCacheManager()
          Obtains the CacheManager to which this session is attached
 

Constructors in org.infinispan.cli.interpreter.session with parameters of type EmbeddedCacheManager
SessionImpl(CodecRegistry codecRegistry, EmbeddedCacheManager cacheManager, String id)
           
 

Uses of EmbeddedCacheManager in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type EmbeddedCacheManager
 void CreateCacheCommand.init(EmbeddedCacheManager cacheManager)
           
 void RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, Map<Byte,ModuleCommandFactory> commandFactories)
           
 

Constructors in org.infinispan.commands with parameters of type EmbeddedCacheManager
RemoveCacheCommand(String cacheName, EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, CacheLoaderManager cacheLoaderManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type EmbeddedCacheManager
 void MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager, CacheLoaderManager cacheLoaderManager, ExecutorService asyncTransportExecutor)
           
 

Uses of EmbeddedCacheManager in org.infinispan.factories
 

Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager
GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches)
          Creates an instance of the component registry.
 

Uses of EmbeddedCacheManager in org.infinispan.interceptors.base
 

Fields in org.infinispan.interceptors.base declared as EmbeddedCacheManager
protected  EmbeddedCacheManager BaseCustomInterceptor.embeddedCacheManager
           
 

Uses of EmbeddedCacheManager in org.infinispan.manager
 

Subinterfaces of EmbeddedCacheManager in org.infinispan.manager
 interface CacheManager
          Deprecated. 
 

Classes in org.infinispan.manager that implement EmbeddedCacheManager
 class AbstractDelegatingEmbeddedCacheManager
          This is a convenient base class for implementing a cache manager delegate.
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Fields in org.infinispan.manager declared as EmbeddedCacheManager
protected  EmbeddedCacheManager AbstractDelegatingEmbeddedCacheManager.cm
           
 

Methods in org.infinispan.manager that return EmbeddedCacheManager
 EmbeddedCacheManager EmbeddedCacheManager.startCaches(String... cacheNames)
          Starts a set of caches in parallel.
 EmbeddedCacheManager DefaultCacheManager.startCaches(String... cacheNames)
           
 EmbeddedCacheManager AbstractDelegatingEmbeddedCacheManager.startCaches(String... cacheNames)
           
 

Constructors in org.infinispan.manager with parameters of type EmbeddedCacheManager
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
           
 

Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener
 

Methods in org.infinispan.notifications.cachemanagerlistener with parameters of type EmbeddedCacheManager
 void CacheManagerNotifierImpl.injectCacheManager(EmbeddedCacheManager cacheManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.notifications.cachemanagerlistener.event
 

Methods in org.infinispan.notifications.cachemanagerlistener.event that return EmbeddedCacheManager
 EmbeddedCacheManager EventImpl.getCacheManager()
           
 EmbeddedCacheManager Event.getCacheManager()
           
 

Methods in org.infinispan.notifications.cachemanagerlistener.event with parameters of type EmbeddedCacheManager
 void EventImpl.setCacheManager(EmbeddedCacheManager cacheManager)
           
 

Constructors in org.infinispan.notifications.cachemanagerlistener.event with parameters of type EmbeddedCacheManager
EventImpl(String cacheName, EmbeddedCacheManager cacheManager, Event.Type type, List<Address> newMemberList, List<Address> oldMemberList, Address localAddress, int viewId)
           
 

Uses of EmbeddedCacheManager in org.infinispan.query.backend
 

Constructors in org.infinispan.query.backend with parameters of type EmbeddedCacheManager
SearchableCacheConfiguration(Class<?>[] classArray, Properties properties, EmbeddedCacheManager uninitializedCacheManager, ComponentRegistry cr)
           
 

Uses of EmbeddedCacheManager in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with parameters of type EmbeddedCacheManager
 void TransactionFactory.init(Configuration configuration, EmbeddedCacheManager cm, RpcManager rpcManager)
           
 

Uses of EmbeddedCacheManager in org.infinispan.util
 

Constructors in org.infinispan.util with parameters of type EmbeddedCacheManager
ClusterIdGenerator(EmbeddedCacheManager cm, Transport transport)
           
 

Uses of EmbeddedCacheManager in org.infinispan.xsite
 

Fields in org.infinispan.xsite declared as EmbeddedCacheManager
 EmbeddedCacheManager BackupReceiverRepositoryImpl.cacheManager
           
 

Methods in org.infinispan.xsite with parameters of type EmbeddedCacheManager
 void BackupReceiverRepositoryImpl.setup(EmbeddedCacheManager cacheManager)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.