|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmbeddedCacheManager | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.client.hotrod.impl | |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.demo | Classes, programs and applications that help demonstrate how Infinispan can be used. |
org.infinispan.ec2demo | |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.manager | Cache manager package |
org.infinispan.notifications.cachemanagerlistener | CacheManager -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.server.websocket | |
org.infinispan.spring | Spring Infinispan - Shared classes. |
org.infinispan.spring.provider | Spring Infinispan - An implementation of Spring 3.1's Cache SPI based on JBoss Infinispan. |
org.infinispan.spring.support.embedded | |
org.infinispan.transaction | JTA transaction support. |
org.infinispan.transaction.xa | XA transaction support. |
org.infinispan.tree | This package contains the TreeCache. |
Uses of EmbeddedCacheManager in org.infinispan |
---|
Methods in org.infinispan that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
CacheDelegate.getCacheManager()
|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance. |
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager()
|
Methods in org.infinispan with parameters of type EmbeddedCacheManager | |
---|---|
void |
CacheDelegate.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,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator)
|
Uses of EmbeddedCacheManager in org.infinispan.client.hotrod.impl |
---|
Methods in org.infinispan.client.hotrod.impl that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
RemoteCacheSupport.getCacheManager()
|
Uses of EmbeddedCacheManager in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type EmbeddedCacheManager | |
---|---|
void |
RemoteCommandsFactory.inject(Transport transport,
EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories)
|
Constructors in org.infinispan.commands with parameters of type EmbeddedCacheManager | |
---|---|
RemoveCacheCommand(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry)
|
Uses of EmbeddedCacheManager in org.infinispan.demo |
---|
Methods in org.infinispan.demo that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
CacheBuilder.getCacheManager()
|
Uses of EmbeddedCacheManager in org.infinispan.ec2demo |
---|
Methods in org.infinispan.ec2demo that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
CacheBuilder.getCacheManager()
|
Uses of EmbeddedCacheManager in org.infinispan.factories |
---|
Constructors in org.infinispan.factories with parameters of type EmbeddedCacheManager | |
---|---|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
ReflectionCache reflectionCache,
Set<String> createdCaches)
Creates an instance of the component registry. |
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 |
DefaultCacheManager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a
starting point to using the Cache . |
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.remoting |
---|
Methods in org.infinispan.remoting with parameters of type EmbeddedCacheManager | |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
StreamingMarshaller marshaller,
EmbeddedCacheManager embeddedCacheManager,
Transport transport,
GlobalConfiguration globalConfiguration)
|
Uses of EmbeddedCacheManager in org.infinispan.server.websocket |
---|
Methods in org.infinispan.server.websocket with parameters of type EmbeddedCacheManager | |
---|---|
void |
WebSocketServer.start(Properties p,
EmbeddedCacheManager cacheManager)
|
Uses of EmbeddedCacheManager in org.infinispan.spring |
---|
Methods in org.infinispan.spring that return EmbeddedCacheManager | |
---|---|
protected EmbeddedCacheManager |
AbstractEmbeddedCacheManagerFactory.createBackingEmbeddedCacheManager()
|
Uses of EmbeddedCacheManager in org.infinispan.spring.provider |
---|
Methods in org.infinispan.spring.provider that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
SpringEmbeddedCacheManager.getNativeCacheManager()
Return the that backs this
CacheManager . |
Constructors in org.infinispan.spring.provider with parameters of type EmbeddedCacheManager | |
---|---|
SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager)
|
Uses of EmbeddedCacheManager in org.infinispan.spring.support.embedded |
---|
Methods in org.infinispan.spring.support.embedded that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
InfinispanEmbeddedCacheManagerFactoryBean.getObject()
|
Methods in org.infinispan.spring.support.embedded that return types with arguments of type EmbeddedCacheManager | |
---|---|
Class<? extends EmbeddedCacheManager> |
InfinispanEmbeddedCacheManagerFactoryBean.getObjectType()
|
Methods in org.infinispan.spring.support.embedded with parameters of type EmbeddedCacheManager | |
---|---|
void |
InfinispanNamedEmbeddedCacheFactoryBean.setInfinispanEmbeddedCacheManager(EmbeddedCacheManager infinispanEmbeddedCacheManager)
Sets the to be used for creating our
instance. |
Uses of EmbeddedCacheManager in org.infinispan.transaction |
---|
Methods in org.infinispan.transaction with parameters of type EmbeddedCacheManager | |
---|---|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
TransactionFactory gtf,
EmbeddedCacheManager cm,
TransactionCoordinator txCoordinator)
|
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.tree |
---|
Methods in org.infinispan.tree that return EmbeddedCacheManager | |
---|---|
EmbeddedCacheManager |
CacheAdapter.getCacheManager()
|
|
--> |