Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.transaction | |
org.infinispan.commons.api |
Commons API package
|
org.infinispan.security |
Security API.
|
org.infinispan.security.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on
Cache . |
interface |
Cache<K,V>
The central interface of Infinispan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
class |
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.
|
class |
CacheImpl<K,V> |
class |
CacheSupport<K,V> |
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific set of
Flag s. |
class |
EncoderCache<K,V>
|
class |
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.
|
class |
StatsCollectingCache<K,V>
Wraps existing
AdvancedCache to collect statistics |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalRemoteCache<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRemoteCache<K,V>
Delegates all invocations to the provided underlying
InternalRemoteCache but provides extensibility to intercept
when a method is invoked. |
class |
InvalidatedNearRemoteCache<K,V>
Near
RemoteCache implementation enabling |
class |
RemoteCacheImpl<K,V> |
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalRemoteCacheImpl<K,V>
A
RemoteCache implementation that handles Transaction . |
Modifier and Type | Method and Description |
---|---|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.createCache(String name,
A configuration)
Creates a cache on the container using the specified template.
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.createCache(String name,
String template)
Creates a cache on the container using the specified template.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache()
Retrieves the default cache associated with this cache container.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache(String cacheName)
Retrieves a cache by name.
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.getOrCreateCache(String name,
A configuration)
Retrieves an existing cache or creates one using the specified template if it doesn't exist
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.getOrCreateCache(String name,
String template)
Retrieves an existing cache or creates one using the specified template if it doesn't exist
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureCacheImpl<K,V>
SecureCacheImpl.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.