|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.tree | This package contains the TreeCache. |
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 |
ClassLoaderSpecfiedCache<K,V>
|
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific ClassLoader and a set of Flag s. |
Fields in org.infinispan declared as AdvancedCache | |
---|---|
protected AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.cache
|
Methods in org.infinispan that return AdvancedCache | |
---|---|
AdvancedCache<K,V> |
CacheImpl.getAdvancedCache()
|
AdvancedCache<K,V> |
Cache.getAdvancedCache()
|
AdvancedCache<K,V> |
AbstractDelegatingCache.getAdvancedCache()
|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.getAdvancedCache()
|
AdvancedCache<K,V> |
DecoratedCache.with(ClassLoader classLoader)
|
AdvancedCache<K,V> |
CacheImpl.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> |
DecoratedCache.withFlags(Flag... flags)
|
AdvancedCache<K,V> |
CacheImpl.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)
|
Constructors in org.infinispan with parameters of type AdvancedCache | |
---|---|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
|
|
ClassLoaderSpecfiedCache(AdvancedCache<K,V> cache,
ClassLoader classLoader)
|
|
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 | ||
---|---|---|
|
AdvancedCacheProducer.getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)
|
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.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 |
---|
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,
HashMap<UUID,ClusteredTopDocs> topDocsResponses,
AdvancedCache<?,?> cache)
|
|
DistributedLazyIterator(org.apache.lucene.search.Sort sort,
int fetchSize,
int resultSize,
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
|
protected AdvancedCache<?,?> |
AbstractIterator.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)
|
|
EagerIterator(List<Object> idList,
AdvancedCache<?,?> cache,
int fetchSize)
|
|
LazyIterator(org.hibernate.search.query.engine.spi.HSQuery hSearchQuery,
AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler,
int fetchSize)
|
Uses of AdvancedCache in org.infinispan.tree |
---|
Fields in org.infinispan.tree declared as AdvancedCache | |
---|---|
protected AdvancedCache<NodeKey,AtomicMap<?,?>> |
TreeStructureSupport.cache
|
Methods in org.infinispan.tree with parameters of type AdvancedCache | ||
---|---|---|
void |
TreeCacheImpl.clearData(AdvancedCache<NodeKey,AtomicMap<?,?>> cache,
Fqn fqn)
|
|
protected boolean |
TreeStructureSupport.createNodeInCache(AdvancedCache<?,?> cache,
Fqn fqn)
|
|
protected boolean |
TreeStructureSupport.exists(AdvancedCache<?,?> cache,
Fqn f)
|
|
protected
|
TreeStructureSupport.getAtomicMap(AdvancedCache<?,?> cache,
NodeKey key)
|
|
boolean |
NodeImpl.removeChild(AdvancedCache<?,?> cache,
Fqn f)
|
Constructors in org.infinispan.tree with parameters of type AdvancedCache | |
---|---|
NodeImpl(Fqn fqn,
AdvancedCache<?,?> cache,
BatchContainer batchContainer)
|
|
TreeCacheImpl(AdvancedCache<?,?> cache)
|
|
TreeStructureSupport(AdvancedCache<?,?> cache,
BatchContainer batchContainer)
|
|
--> |