Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.impl | |
org.infinispan.commons.api |
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
ClassLoader and a set of Flag s. |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheImpl<K,V> |
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicCache<K,V>
BasicCache provides the common building block for the two different types of caches that Infinispan provides:
embedded and remote.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.