Infinispan Distribution 5.2.6.Final-redhat-2

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.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
org.infinispan.cdi This is the Infinispan CDI module. 
org.infinispan.distexec   
org.infinispan.distexec.mapreduce   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
org.infinispan.query.backend   
org.infinispan.query.clustered   
org.infinispan.query.impl   
org.infinispan.query.impl.massindex   
 

Uses of AdvancedCache in org.infinispan
 

Classes in org.infinispan that implement AdvancedCache
 class AbstractDelegatingAdvancedCache<K,V>
          Similar to AbstractDelegatingCache, but for AdvancedCache.
 class CacheImpl<K,V>
           
 class DecoratedCache<K,V>
          A decorator to a cache, which can be built with a specific ClassLoader and a set of Flags.
 

Fields in org.infinispan declared as AdvancedCache
protected  AdvancedCache<K,V> AbstractDelegatingAdvancedCache.cache
           
 

Methods in org.infinispan that return AdvancedCache
 AdvancedCache<K,V> AbstractDelegatingCache.getAdvancedCache()
           
 AdvancedCache<K,V> Cache.getAdvancedCache()
           
 AdvancedCache<K,V> AbstractDelegatingAdvancedCache.getAdvancedCache()
           
 AdvancedCache<K,V> CacheImpl.getAdvancedCache()
           
 AdvancedCache<K,V> DecoratedCache.with(ClassLoader classLoader)
           
 AdvancedCache<K,V> AdvancedCache.with(ClassLoader classLoader)
          Using this operation, users can call any AdvancedCache operation with a given ClassLoader.
 AdvancedCache<K,V> AbstractDelegatingAdvancedCache.with(ClassLoader classLoader)
           
 AdvancedCache<K,V> CacheImpl.with(ClassLoader classLoader)
           
 AdvancedCache<K,V> DecoratedCache.withFlags(Flag... flags)
           
 AdvancedCache<K,V> AdvancedCache.withFlags(Flag... flags)
          A method that adds flags to any API call.
 AdvancedCache<K,V> AbstractDelegatingAdvancedCache.withFlags(Flag... flags)
           
 AdvancedCache<K,V> CacheImpl.withFlags(Flag... flags)
           
 AdvancedCache<K,V> AbstractDelegatingAdvancedCache.AdvancedCacheWrapper.wrap(AdvancedCache<K,V> cache)
           
 

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

Constructors in org.infinispan with parameters of type AdvancedCache
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
           
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache, AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> wrapper)
           
DecoratedCache(AdvancedCache<K,V> delegate, ClassLoader classLoader)
           
DecoratedCache(AdvancedCache<K,V> delegate, ClassLoader classLoader, Flag... flags)
           
DecoratedCache(AdvancedCache<K,V> delegate, Flag... flags)
           
 

Uses of AdvancedCache in org.infinispan.atomic
 

Fields in org.infinispan.atomic declared as AdvancedCache
protected  AdvancedCache<Object,AtomicMap<K,V>> AtomicHashMapProxy.cache
           
protected  AdvancedCache<Object,AtomicMap<K,V>> AtomicHashMapProxy.cacheForWriting
           
 

Uses of AdvancedCache in org.infinispan.cdi
 

Methods in org.infinispan.cdi that return AdvancedCache
<K,V> AdvancedCache<K,V>
AdvancedCacheProducer.getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager, CacheManagerEventBridge eventBridge, javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers)
           
 

Uses of AdvancedCache in org.infinispan.distexec
 

Fields in org.infinispan.distexec declared as AdvancedCache
protected  AdvancedCache DefaultExecutorService.cache
           
 

Uses of AdvancedCache in org.infinispan.distexec.mapreduce
 

Fields in org.infinispan.distexec.mapreduce declared as AdvancedCache
protected  AdvancedCache<KIn,VIn> MapReduceTask.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, ClassLoader defaultClassLoader)
          Creates an instance of the component registry.
 

Uses of AdvancedCache in org.infinispan.loaders
 

Methods in org.infinispan.loaders with parameters of type AdvancedCache
 void CacheLoaderManagerImpl.inject(AdvancedCache<Object,Object> cache, StreamingMarshaller marshaller, Configuration configuration, InvocationContextContainer icc, TransactionManager transactionManager)
           
 

Uses of AdvancedCache in org.infinispan.lucene
 

Constructors in org.infinispan.lucene with parameters of type AdvancedCache
InfinispanIndexInput(AdvancedCache<?,?> chunksCache, FileCacheKey fileKey, FileMetadata fileMetadata, SegmentReadLocker readLocks)
           
InfinispanIndexOutput(AdvancedCache<?,?> metadataCache, AdvancedCache<?,?> chunksCache, FileCacheKey fileKey, int bufferSize, org.infinispan.lucene.FileListOperations fileList)
           
InfinispanIndexOutput(AdvancedCache<?,?> metadataCache, AdvancedCache<?,?> chunksCache, FileCacheKey fileKey, int bufferSize, org.infinispan.lucene.FileListOperations fileList)
           
SingleChunkIndexInput(AdvancedCache<?,?> chunksCache, FileCacheKey fileKey, FileMetadata fileMetadata)
           
 

Uses of AdvancedCache in org.infinispan.query.backend
 

Methods in org.infinispan.query.backend with parameters of type AdvancedCache
static KeyTransformationHandler KeyTransformationHandler.getInstance(AdvancedCache<?,?> cache)
          Gets the KeyTransformationHandler instance used by the supplied cache.
 

Uses of AdvancedCache in org.infinispan.query.clustered
 

Fields in org.infinispan.query.clustered declared as AdvancedCache
protected  AdvancedCache<?,?> DistributedIterator.cache
           
 

Methods in org.infinispan.query.clustered with parameters of type AdvancedCache
 void QueryBox.setCache(AdvancedCache<?,?> cache)
           
 

Constructors in org.infinispan.query.clustered with parameters of type AdvancedCache
ClusteredCacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory, ExecutorService asyncExecutor, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, Class<?>... classes)
           
DistributedIterator(org.apache.lucene.search.Sort sort, int fetchSize, int resultSize, int maxResults, int firstResult, HashMap<UUID,ClusteredTopDocs> topDocsResponses, AdvancedCache<?,?> cache)
           
DistributedLazyIterator(org.apache.lucene.search.Sort sort, int fetchSize, int resultSize, int maxResults, int firstResult, UUID id, HashMap<UUID,ClusteredTopDocs> topDocsResponses, ExecutorService asyncExecutor, AdvancedCache<?,?> cache)
           
 

Uses of AdvancedCache in org.infinispan.query.impl
 

Fields in org.infinispan.query.impl declared as AdvancedCache
protected  AdvancedCache<?,?> CacheQueryImpl.cache
           
 

Constructors in org.infinispan.query.impl with parameters of type AdvancedCache
CacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, Class<?>... classes)
           
CacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, org.hibernate.search.query.engine.spi.TimeoutExceptionFactory timeoutExceptionFactory, Class<?>... classes)
           
EntityLoader(AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler)
           
ProjectionConverter(String[] fields, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler)
           
 

Uses of AdvancedCache in org.infinispan.query.impl.massindex
 

Constructors in org.infinispan.query.impl.massindex with parameters of type AdvancedCache
MapReduceMassIndexer(AdvancedCache cache, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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