Package | Description |
---|---|
org.infinispan.affinity | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.lucene.cacheloader | |
org.infinispan.persistence.async | |
org.infinispan.persistence.cli | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.file |
Simple filesystem-based
CacheStore implementation. |
org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.manager | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.spi | |
org.infinispan.persistence.support | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
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 |
AbstractComponentRegistry
A registry where components which have been created are stored.
|
class |
ComponentRegistry
Named cache specific components
|
class |
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneCacheLoader
A CacheLoader meant to load Lucene index(es) from filesystem based Lucene index(es).
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAsyncCacheLoader |
class |
AdvancedAsyncCacheWriter |
class |
AsyncCacheLoader |
class |
AsyncCacheWriter
The AsyncCacheWriter is a delegating CacheStore that buffers changes and writes them asynchronously to
the underlying CacheStore.
|
Modifier and Type | Class and Description |
---|---|
class |
CLInterfaceLoader<K,V>
A read-only cache loader retrieving data from another cache(s) using the
Command Line Interface.
|
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
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcBinaryStore
AdvancedLoadWriteStore implementation that will store all the buckets as rows
in database, each row corresponding to a bucket. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMixedStore
Cache store that combines functionality of
JdbcBinaryStore and JdbcStringBasedStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceManager
Defines the logic for interacting with the chain of external storage.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedSingletonCacheWriter |
class |
DelegatingCacheLoader |
class |
DelegatingCacheWriter |
class |
SingletonCacheWriter
SingletonStore is a delegating cache store used for situations when only one instance should interact with the
underlying store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationQueue
Periodically (or when certain size is exceeded) takes elements and replicates them.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationQueueImpl
A default implementation of the ReplicationQueue interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Transport
An interface that provides a communication link with remote caches.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingTransport
Designed to be overwrite.
|
class |
AbstractTransport
Common transport-related behaviour
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTransport
An encapsulation of a JGroups transport.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedRestarter.restartComponent(Lifecycle component) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.