Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.atomic.impl | |
org.infinispan.cache.impl | |
org.infinispan.cdi |
This is the Infinispan CDI module.
|
org.infinispan.distexec |
Distribute Executor APIs
|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
org.infinispan.expiration.impl | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.functional.impl | |
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.jcache.embedded | |
org.infinispan.lucene.impl | |
org.infinispan.persistence.manager | |
org.infinispan.security |
The Security API
|
org.infinispan.security.actions | |
org.infinispan.security.impl | |
org.infinispan.stats.impl | |
org.infinispan.tree.impl |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
Cache.getAdvancedCache() |
AdvancedCache<K,V> |
AdvancedCache.with(ClassLoader classLoader)
Using this operation, users can call any
AdvancedCache operation
with a given ClassLoader . |
AdvancedCache<K,V> |
AdvancedCache.withFlags(Flag... flags)
A method that adds flags to any API call.
|
Constructor and Description |
---|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache)
Deprecated.
|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache,
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> wrapper)
Deprecated.
|
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 | Method and Description |
---|---|
AtomicHashMapProxy<K,V> |
AtomicHashMap.getProxy(AdvancedCache<Object,Object> cache,
Object mapKey)
Builds a thread-safe proxy for this instance so that concurrent reads are isolated from writes.
|
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. |
class |
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.
|
class |
StatsCollectingCache<K,V>
Wraps existing
AdvancedCache to collect statistics |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.cache |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.getAdvancedCache() |
AdvancedCache<K,V> |
AbstractDelegatingCache.getAdvancedCache() |
AdvancedCache<K,V> |
SimpleCacheImpl.getAdvancedCache() |
AdvancedCache<K,V> |
CacheImpl.getAdvancedCache() |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
SimpleCacheImpl.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
StatsCollectingCache.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
CacheImpl.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
DecoratedCache.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withFlags(Flag... flags) |
AdvancedCache<K,V> |
SimpleCacheImpl.withFlags(Flag... flags) |
AdvancedCache<K,V> |
StatsCollectingCache.withFlags(Flag... flags) |
AdvancedCache<K,V> |
CacheImpl.withFlags(Flag... flags) |
AdvancedCache<K,V> |
DecoratedCache.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 | Method and Description |
---|---|
<K,V> AdvancedCache<K,V> |
AdvancedCacheProducer.getAdvancedCache(String name,
Set<Annotation> qualifiers) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache |
DefaultExecutorService.cache |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<KIn,VIn> |
MapReduceTask.cache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterExpirationManager.inject(AdvancedCache<K,V> cache,
ExecutorService asyncExecutor) |
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.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> FunctionalMapImpl<K,V> |
FunctionalMapImpl.create(AdvancedCache<K,V> cache) |
static <K,V> FunctionalMapImpl<K,V> |
FunctionalMapImpl.create(Params params,
AdvancedCache<K,V> cache) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<K,V> |
TrackingEntryIterableFromStream.cache |
Constructor and Description |
---|
JCache(AdvancedCache<K,V> cache,
javax.cache.CacheManager cacheManager,
ConfigurationAdapter<K,V> c) |
RICacheStatistics(AdvancedCache<?,?> cache)
Constructs a cache statistics object
|
Constructor and Description |
---|
FileListOperations(AdvancedCache<?,?> cache,
String indexName,
boolean writeAsync,
int affinitySegmentId) |
IndexInputContext(AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks,
int affinitySegmentId) |
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList,
int affinitySegmentId) |
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList,
int affinitySegmentId) |
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,
CacheStoreFactoryRegistry cacheStoreFactoryRegistry,
ExpirationManager expirationManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Constructor and Description |
---|
GetCacheAuthorizationManagerAction(AdvancedCache<?,?> cache) |
GetCacheAvailabilityAction(AdvancedCache<?,?> cache) |
GetCacheComponentRegistryAction(AdvancedCache<?,?> cache) |
GetCacheConfigurationAction(AdvancedCache<?,?> cache) |
GetCacheDistributionManagerAction(AdvancedCache<?,?> cache) |
GetCacheEntryAction(AdvancedCache<?,?> cache,
K key) |
GetCacheGlobalComponentRegistryAction(AdvancedCache<?,?> cache) |
GetCacheInterceptorChainAction(AdvancedCache<?,?> cache) |
GetCacheLockManagerAction(AdvancedCache<?,?> cache) |
GetCacheRpcManagerAction(AdvancedCache<?,?> cache) |
GetCacheStatusAction(AdvancedCache<?,?> cache) |
SetCacheAvailabilityAction(AdvancedCache<?,?> cache,
AvailabilityMode availabilityMode) |
Modifier and Type | Class and Description |
---|---|
class |
SecureCacheImpl<K,V>
SecureCacheImpl.
|
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
SecureCacheImpl.getAdvancedCache() |
AdvancedCache<K,V> |
SecureCacheImpl.getDelegate() |
AdvancedCache<K,V> |
SecureCacheImpl.with(ClassLoader classLoader) |
AdvancedCache<K,V> |
SecureCacheImpl.withFlags(Flag... flags) |
Constructor and Description |
---|
SecureCacheImpl(AdvancedCache<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
static <T extends CommandInterceptor> |
ClusterCacheStatsImpl.getFirstInterceptorWhichExtends(AdvancedCache<?,?> cache,
Class<T> interceptorClass) |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<NodeKey,AtomicMap<?,?>> |
TreeStructureSupport.cache |
Modifier and Type | Method and Description |
---|---|
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 <K,V> AtomicMap<K,V> |
TreeStructureSupport.getAtomicMap(AdvancedCache<?,?> cache,
NodeKey key) |
boolean |
NodeImpl.removeChild(AdvancedCache<?,?> cache,
Fqn f) |
Constructor and Description |
---|
NodeImpl(Fqn fqn,
AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
TreeCacheImpl(AdvancedCache<?,?> cache) |
TreeStructureSupport(AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.