Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.affinity.impl | |
org.infinispan.cache.impl | |
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.commons.api |
Commons API package
|
org.infinispan.lifecycle |
Component lifecycle.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
org.infinispan.persistence.rest |
RESTful
AdvancedLoadWriteStore |
org.infinispan.persistence.spi |
The Persistence SPI
|
org.infinispan.security |
The Security API
|
org.infinispan.tree |
This package contains the TreeCache.
|
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 | Interface and Description |
---|---|
interface |
KeyAffinityService<K>
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyAffinityServiceImpl<K>
Implementation of KeyAffinityService.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
interface |
RemoteCacheContainer |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheManager
Factory for
RemoteCache s. |
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.
|
interface |
BasicCacheContainer
BasicCacheContainer defines the methods used to obtain a
org.infinispan.api.BasicCache . |
Modifier and Type | Interface and Description |
---|---|
interface |
Lifecycle
Deprecated.
use
Lifecycle instead |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheContainer |
interface |
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManager
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterLoader
Cache loader that consults other members in the cluster for values.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore<K,V>
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Class and Description |
---|---|
class |
JpaStore |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RestStore
RestStore.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheExpirationWriter<K,V>
Defines functionality for advanced expiration techniques.
|
interface |
AdvancedCacheLoader<K,V>
A specialised extension of the
CacheLoader interface that allows processing parallel iteration over the
existing entries. |
interface |
AdvancedCacheWriter<K,V>
Defines advanced functionality for persisting data to an external storage.
|
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
interface |
CacheLoader<K,V>
Defines the logic for loading data from an external storage.
|
interface |
CacheWriter<K,V>
Allows persisting data to an external storage, as opposed to the
CacheLoader . |
interface |
ExternalStore<K,V>
Basic interface for interacting with an external store in a read-write mode.
|
interface |
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
interface |
TransactionalCacheWriter<K,V>
Defines the functionality of a transactional store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TreeCache<K,V>
This is a tree-like facade around a
Cache allowing for efficient tree-style access to cached data. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.