Uses of Interface
org.infinispan.AdvancedCache

Packages that use AdvancedCache
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of AdvancedCache in org.infinispan
 

Classes in org.infinispan that implement AdvancedCache
 class AbstractDelegatingAdvancedCache<K,V>
          Similar to AbstractDelegatingCache, but for AdvancedCache.
 class CacheDelegate<K,V>
           
 

Methods in org.infinispan that return AdvancedCache
 AdvancedCache<K,V> CacheDelegate.getAdvancedCache()
           
 AdvancedCache<K,V> Cache.getAdvancedCache()
           
 AdvancedCache<K,V> AbstractDelegatingCache.getAdvancedCache()
           
 AdvancedCache<K,V> CacheDelegate.withFlags(Flag... flags)
           
 AdvancedCache<K,V> AdvancedCache.withFlags(Flag... flags)
          A builder-style method that adds flags to any API call.
 AdvancedCache<K,V> AbstractDelegatingAdvancedCache.withFlags(Flag... flags)
           
 

Constructors in org.infinispan with parameters of type AdvancedCache
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
           
 

Uses of AdvancedCache in org.infinispan.factories
 

Methods in org.infinispan.factories that return AdvancedCache
protected  AdvancedCache<K,V> InternalCacheFactory.createAndWire(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName)
           
 

Constructors in org.infinispan.factories with parameters of type AdvancedCache
BootstrapFactory(AdvancedCache advancedCache, Configuration configuration, ComponentRegistry componentRegistry)
           
ComponentRegistry(String cacheName, Configuration configuration, AdvancedCache cache, GlobalComponentRegistry globalComponents)
          Creates an instance of the component registry.
 

Uses of AdvancedCache in org.infinispan.jmx
 

Methods in org.infinispan.jmx with parameters of type AdvancedCache
 void CacheJmxRegistration.initialize(AdvancedCache cache, GlobalConfiguration globalConfig)
           
 

Uses of AdvancedCache in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type AdvancedCache
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, TransactionTable txTable)
           
 


Google Analytics

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