| 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.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. |
| 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 set of
Flags. |
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 | Interface and Description |
|---|---|
interface |
SecureCache<K,V>
SecureCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecureCacheImpl<K,V>
SecureCacheImpl.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.