| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cdi |
This is the Infinispan CDI module.
|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
| org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
| org.infinispan.lifecycle |
Component lifecycle.
|
| org.infinispan.manager |
Cache manager package
|
| org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
| org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
| org.infinispan.persistence.remote.configuration |
Configuration for
RemoteStore |
| org.infinispan.persistence.rest.configuration |
Configuration for
RestStore |
| org.infinispan.persistence.spi |
The Persistence SPI
|
| org.infinispan.stats |
Cache statistics.
|
| org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManagers. |
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| AbstractCustomInterceptorsConfigurationChildBuilder |
| AbstractPersistenceConfigurationChildBuilder
AbstractPersistenceConfigurationChildBuilder.
|
| AbstractStoreConfiguration |
| AbstractStoreConfigurationBuilder |
| AbstractStoreConfigurationChildBuilder |
| 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.
|
| AuthorizationConfiguration
AuthorizationConfiguration.
|
| AuthorizationConfigurationBuilder
AuthorizationConfigurationBuilder.
|
| 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.
|
| CacheMode
Cache replication mode.
|
| ClusteringConfiguration
Defines clustered characteristics of the cache.
|
| ClusteringConfigurationBuilder
Defines clustered characteristics of the cache.
|
| ClusteringConfigurationChildBuilder |
| ClusterLoaderConfiguration
ClusterLoaderConfiguration.
|
| ClusterLoaderConfigurationBuilder |
| CompatibilityModeConfiguration
Compatibility mode configuration
|
| CompatibilityModeConfigurationBuilder
Compatibility mode configuration builder
|
| Configuration |
| ConfigurationBuilder |
| ConfigurationChildBuilder |
| CustomInterceptorsConfiguration
Configures custom interceptors to be added to the cache.
|
| CustomInterceptorsConfigurationBuilder
Configures custom interceptors to be added to the cache.
|
| CustomStoreConfiguration |
| CustomStoreConfigurationBuilder
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
|
| 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.
|
| 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.
|
| Index
Used to configure indexing of entries in the cache for searching.
|
| 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.
|
| 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.
|
| PartitionHandlingConfiguration
Controls how the cache handles partitioning and/or multiple node failures.
|
| PartitionHandlingConfigurationBuilder
Controls how the cache handles partitioning and/or multiple node failures.
|
| PersistenceConfiguration
Configuration for stores.
|
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| RecoveryConfiguration
Defines recovery configuration for the cache.
|
| RecoveryConfigurationBuilder
Defines recovery configuration for the cache.
|
| SecurityConfiguration
SecurityConfiguration.
|
| SecurityConfigurationBuilder
SecurityConfigurationBuilder.
|
| SecurityConfigurationChildBuilder |
| SingleFileStoreConfiguration
Defines the configuration for the single file cache store.
|
| SingleFileStoreConfigurationBuilder
Single file cache store configuration builder.
|
| SingletonStoreConfiguration
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
| SingletonStoreConfigurationBuilder |
| 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.
|
| StoreConfiguration
StoreConfiguration contains generic configuration elements available to all the stores.
|
| StoreConfigurationBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
| 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 |
| TransactionMode
Transaction mode
|
| 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
|
| XSiteStateTransferConfiguration
Configuration needed for State Transfer between different sites.
|
| XSiteStateTransferConfigurationBuilder
Configuration Builder to configure the state transfer between sites.
|
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| StoreConfiguration
StoreConfiguration contains generic configuration elements available to all the stores.
|
| Class and Description |
|---|
| SingleFileStoreConfiguration
Defines the configuration for the single file cache store.
|
| Class and Description |
|---|
| AbstractPersistenceConfigurationChildBuilder
AbstractPersistenceConfigurationChildBuilder.
|
| AbstractStoreConfiguration |
| AbstractStoreConfigurationBuilder |
| AbstractStoreConfigurationChildBuilder |
| AsyncStoreConfiguration
Configuration for the async cache store.
|
| ConfigurationChildBuilder |
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
| StoreConfiguration
StoreConfiguration contains generic configuration elements available to all the stores.
|
| StoreConfigurationBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
| StoreConfigurationChildBuilder |
| Class and Description |
|---|
| AbstractPersistenceConfigurationChildBuilder
AbstractPersistenceConfigurationChildBuilder.
|
| AbstractStoreConfiguration |
| AbstractStoreConfigurationBuilder |
| AbstractStoreConfigurationChildBuilder |
| AsyncStoreConfiguration
Configuration for the async cache store.
|
| ConfigurationChildBuilder |
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
| StoreConfiguration
StoreConfiguration contains generic configuration elements available to all the stores.
|
| StoreConfigurationBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
| StoreConfigurationChildBuilder |
| Class and Description |
|---|
| StoreConfiguration
StoreConfiguration contains generic configuration elements available to all the stores.
|
| Class and Description |
|---|
| Configuration |
| Class and Description |
|---|
| Configuration |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.