Package | Description |
---|---|
org.hibernate.cache.infinispan | |
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.util | |
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.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.
|
Modifier and Type | Method and Description |
---|---|
protected AdvancedCache |
InfinispanRegionFactory.createCacheWrapper(AdvancedCache cache) |
Modifier and Type | Method and Description |
---|---|
protected AdvancedCache |
InfinispanRegionFactory.createCacheWrapper(AdvancedCache cache) |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAwareCache<K,V> |
Constructor and Description |
---|
ClassLoaderAwareCache(AdvancedCache<K,V> cache,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
static CacheAdapter |
CacheAdapterImpl.newInstance(AdvancedCache cache) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
class |
AbstractDelegatingCacheImpl<K,V>
Similar to
AbstractDelegatingAdvancedCache , this adapter can only delegate to a CacheImpl instance. |
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. |
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.cache |
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
CacheImpl.getAdvancedCache() |
AdvancedCache<K,V> |
Cache.getAdvancedCache() |
AdvancedCache<K,V> |
AbstractDelegatingCacheImpl.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> |
AbstractDelegatingCacheImpl.with(ClassLoader 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> |
AbstractDelegatingCacheImpl.withFlags(Flag... flags) |
AdvancedCache<K,V> |
AbstractDelegatingAdvancedCache.withFlags(Flag... flags) |
Constructor and Description |
---|
AbstractDelegatingAdvancedCache(AdvancedCache<K,V> cache) |
AbstractDelegatingCacheImpl(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) |
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 | 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 |
---|---|
void |
CacheLoaderManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
InvocationContextContainer icc) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.