Package | Description |
---|---|
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.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.lucene.impl | |
org.infinispan.persistence.manager | |
org.infinispan.query.backend | |
org.infinispan.query.clustered | |
org.infinispan.query.impl | |
org.infinispan.query.impl.massindex |
Modifier and Type | Class and Description |
---|---|
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 Flag s. |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.cache |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
Cache.getAdvancedCache() |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.getAdvancedCache() |
AdvancedCache<K,V> |
AbstractDelegatingCache.getAdvancedCache() |
AdvancedCache<K,V> |
CacheImpl.getAdvancedCache() |
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.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
CacheImpl.with(ClassLoader classLoader) |
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> |
DecoratedCache.withFlags(Flag... flags) |
AdvancedCache<K,V> |
CacheImpl.withFlags(Flag... flags) |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper.wrap(AdvancedCache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper.wrap(AdvancedCache<K,V> cache) |
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<Object,AtomicMap<K,V>> |
AtomicHashMapProxy.cache |
protected AdvancedCache<Object,AtomicMap<K,V>> |
AtomicHashMapProxy.cacheForWriting |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache |
DefaultExecutorService.cache |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<KIn,VIn> |
MapReduceTask.cache |
Modifier and Type | Method and Description |
---|---|
protected AdvancedCache<K,V> |
InternalCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName) |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
FileListOperations(AdvancedCache<?,?> cache,
String indexName) |
IndexInputContext(AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks) |
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList) |
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
TransactionManager transactionManager,
TimeService timeService,
ExecutorService persistenceExecutor,
ByteBufferFactory byteBufferFactory,
MarshalledEntryFactory marshalledEntryFactory) |
Modifier and Type | Method and Description |
---|---|
static KeyTransformationHandler |
KeyTransformationHandler.getInstance(AdvancedCache<?,?> cache)
Gets the KeyTransformationHandler instance used by the supplied cache.
|
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<?,?> |
DistributedIterator.cache |
Modifier and Type | Method and Description |
---|---|
void |
QueryBox.setCache(AdvancedCache<?,?> cache) |
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<?,?> |
CacheQueryImpl.cache |
Constructor and Description |
---|
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) |
SearchManagerImpl(AdvancedCache<?,?> cache) |
Constructor and Description |
---|
MapReduceMassIndexer(AdvancedCache cache,
org.hibernate.search.spi.SearchFactoryIntegrator searchFactory) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.