Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.batch |
Support for batching calls using the
Cache.startBatch() and Cache.endBatch(boolean)
API. |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.as | |
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.configuration.parsing | |
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.locking | |
org.infinispan.lifecycle |
Component lifecycle.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.xsite |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
VersioningScheme
The various versioning schemes supported
|
Class and Description |
---|
AsyncStoreConfigurationBuilder
Configuration for the async cache store.
|
CacheMode
Cache replication mode.
|
CacheStoreConfigurationBuilder
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
|
ConfigurationBuilder |
FileCacheStoreConfigurationBuilder
File cache store configuration builder
|
LegacyStoreConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
Class and Description |
---|
AbstractCustomInterceptorsConfigurationChildBuilder |
AbstractLoaderConfiguration
AbstractLoaderConfiguration.
|
AbstractLoaderConfigurationBuilder |
AbstractLoaderConfigurationChildBuilder
AbstractLoaderConfigurationChildBuilder delegates
LoaderConfigurationChildBuilder methods to a specified CacheLoaderConfigurationBuilder |
AbstractLoadersConfigurationChildBuilder
AbstractLoadersConfigurationChildBuilder.
|
AbstractLockSupportStoreConfiguration
Lock supporting cache store configuration.
|
AbstractLockSupportStoreConfigurationBuilder
AbstractLockSupportCacheStoreConfigurationBuilder.
|
AbstractStoreConfiguration |
AbstractStoreConfigurationBuilder |
AbstractStoreConfigurationChildBuilder
AbstractStoreConfigurationChildBuilder delegates
StoreConfigurationChildBuilder methods to a specified CacheStoreConfigurationBuilder |
AbstractTransportConfigurationChildBuilder |
AsyncConfiguration
If configured all communications are asynchronous, in that whenever a thread sends a message sent
over the wire, it does not wait for an acknowledgment before returning.
|
AsyncConfigurationBuilder
If configured all communications are asynchronous, in that whenever a thread sends a message sent
over the wire, it does not wait for an acknowledgment before returning.
|
AsyncStoreConfiguration
Configuration for the async cache store.
|
AsyncStoreConfigurationBuilder
Configuration for the async cache store.
|
BackupConfiguration |
BackupConfiguration.BackupStrategy |
BackupConfigurationBuilder |
BackupFailurePolicy
Defines the possible behaviour in case of failure during x-site.
|
BackupForBuilder |
BackupForConfiguration
Defines the remote caches for which this cache acts as a backup.
|
CacheLoaderConfiguration
LoaderConfiguration
|
CacheLoaderConfigurationBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
CacheMode
Cache replication mode.
|
CacheStoreConfiguration |
CacheStoreConfigurationBuilder
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
|
ClusterCacheLoaderConfiguration
ClusterCacheLoaderConfiguration.
|
ClusterCacheLoaderConfigurationBuilder |
ClusteringConfiguration
Defines clustered characteristics of the cache.
|
ClusteringConfigurationBuilder
Defines clustered characteristics of the cache.
|
ClusteringConfigurationChildBuilder |
Configuration |
ConfigurationBuilder |
ConfigurationChildBuilder |
CustomInterceptorsConfiguration
Configures custom interceptors to be added to the cache.
|
CustomInterceptorsConfigurationBuilder
Configures custom interceptors to be added to the cache.
|
DataContainerConfiguration
Controls the data container for the cache.
|
DataContainerConfigurationBuilder
Controls the data container for the cache.
|
DeadlockDetectionConfiguration
Configures deadlock detection.
|
DeadlockDetectionConfigurationBuilder
Configures deadlock detection.
|
EvictionConfiguration
Controls the eviction settings for the cache.
|
EvictionConfigurationBuilder
Controls the eviction settings for the cache.
|
ExpirationConfiguration
Controls the default expiration settings for entries in the cache.
|
ExpirationConfigurationBuilder
Controls the default expiration settings for entries in the cache.
|
FileCacheStoreConfiguration
File cache store configuration.
|
FileCacheStoreConfigurationBuilder
File cache store configuration builder
|
FileCacheStoreConfigurationBuilder.FsyncMode |
GroupsConfiguration
Configuration for various grouper definitions.
|
GroupsConfigurationBuilder
Configuration for various grouper definitions.
|
HashConfiguration
Allows fine-tuning of rehashing characteristics.
|
HashConfigurationBuilder
Allows fine-tuning of rehashing characteristics.
|
IndexingConfiguration
Configures indexing of entries in the cache for searching.
|
IndexingConfigurationBuilder
Configures indexing of entries in the cache for searching.
|
InterceptorConfiguration
Describes a custom interceptor
|
InterceptorConfiguration.Position
Positional placing of a new custom interceptor
|
InterceptorConfigurationBuilder
This builder defines details of a specific custom interceptor.
|
InvocationBatchingConfiguration |
InvocationBatchingConfigurationBuilder |
JMXStatisticsConfiguration
Determines whether statistics are gather and reported.
|
JMXStatisticsConfigurationBuilder
Determines whether statistics are gather and reported.
|
L1Configuration
Configures the L1 cache behavior in 'distributed' caches instances.
|
L1ConfigurationBuilder
Configures the L1 cache behavior in 'distributed' caches instances.
|
LegacyLoaderAdapter
Deprecated.
|
LegacyLoaderConfiguration
Configuration a legacy cache loader or cache store, i.e.
|
LegacyLoaderConfigurationBuilder
Configuration a legacy cache loader, i.e.
|
LegacyStoreConfiguration
Configuration a legacy cache store, i.e.
|
LegacyStoreConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
LoaderConfigurationBuilder
Configuration of a legacy cache store, i.e.
|
LoaderConfigurationChildBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
LoadersConfiguration
Configuration for cache loaders and stores.
|
LoadersConfigurationBuilder
Configuration for cache loaders and stores.
|
LoadersConfigurationChildBuilder |
LockingConfiguration
Defines the local, in-VM locking and concurrency characteristics of the cache.
|
LockingConfigurationBuilder
Defines the local, in-VM locking and concurrency characteristics of the cache.
|
LockSupportStoreConfiguration
LockSupportStoreConfiguration.
|
LockSupportStoreConfigurationBuilder
LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking
|
LockSupportStoreConfigurationChildBuilder
LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking
|
RecoveryConfiguration
Defines recovery configuration for the cache.
|
RecoveryConfigurationBuilder
Defines recovery configuration for the cache.
|
SingletonStoreConfiguration
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
SingletonStoreConfigurationBuilder
SingletonStore is a delegating cache store used for situations when only one
instance in a cluster should interact with the underlying store.
|
SitesConfiguration |
SitesConfigurationBuilder |
StateTransferConfiguration
Configures how state is retrieved when a new cache joins the cluster.
|
StateTransferConfigurationBuilder
Configures how state is transferred when a cache joins or leaves the cluster.
|
StoreAsBinaryConfiguration
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in
a serialized, binary format.
|
StoreAsBinaryConfigurationBuilder
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in
a serialized, binary format.
|
StoreConfigurationChildBuilder |
SyncConfiguration
If configured all communications are synchronous, in that whenever a thread sends a message sent
over the wire, it blocks until it receives an acknowledgment from the recipient.
|
SyncConfigurationBuilder
If configured all communications are synchronous, in that whenever a thread sends a message sent
over the wire, it blocks until it receives an acknowledgment from the recipient.
|
TakeOfflineConfiguration |
TakeOfflineConfigurationBuilder |
TransactionConfiguration
Defines transactional (JTA) characteristics of the cache.
|
TransactionConfigurationBuilder
Defines transactional (JTA) characteristics of the cache.
|
TransactionConfigurationChildBuilder |
UnsafeConfiguration
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
|
UnsafeConfigurationBuilder
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
|
VersioningConfiguration
This configuration element controls whether entries are versioned.
|
VersioningConfigurationBuilder |
VersioningScheme
The various versioning schemes supported
|
Class and Description |
---|
CacheLoaderConfigurationBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
CacheStoreConfigurationBuilder
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
|
ConfigurationBuilder |
LockSupportStoreConfigurationBuilder
LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking
|
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
CacheLoaderConfiguration
LoaderConfiguration
|
CacheStoreConfiguration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
Configuration |
Class and Description |
---|
TakeOfflineConfiguration |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.