| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.conflict |
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
|
| org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
| org.infinispan.distribution.ch |
Consistent Hash interfaces
|
| org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
| org.infinispan.lifecycle |
Component lifecycle.
|
| org.infinispan.manager |
Cache manager API.
|
| org.infinispan.multimap.api.embedded |
Embedded Multimap Cache.
|
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
| org.infinispan.persistence.jdbc.configuration |
Configuration for the JDBC CacheStore.
|
| org.infinispan.persistence.jpa.configuration |
Configuration for
JpaStore. |
| org.infinispan.persistence.remote.configuration |
Configuration for
RemoteStore. |
| org.infinispan.persistence.rest.configuration |
Configuration for
RestStore. |
| org.infinispan.persistence.rocksdb.configuration |
Configuration for
RocksDBStore. |
| org.infinispan.persistence.sifs.configuration |
Configuration for
SoftIndexFileStore. |
| 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 |
|---|
| AbstractCustomInterceptorsConfigurationChildBuilder |
| AbstractPersistenceConfigurationChildBuilder
AbstractPersistenceConfigurationChildBuilder.
|
| AbstractStoreConfiguration |
| AbstractStoreConfigurationBuilder |
| AbstractStoreConfigurationChildBuilder |
| AbstractTransportConfigurationChildBuilder |
| 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.
|
| BiasAcquisition
Specifies when is a node allowed to acquire a bias on an entry, serving further reads
to the same key locally (despite not being an owner).
|
| 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 |
| ContentTypeConfiguration |
| ContentTypeConfigurationBuilder |
| 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
Deprecated.
Please use
MemoryConfiguration |
| DataContainerConfigurationBuilder
Deprecated.
Please use
MemoryConfiguration |
| DeadlockDetectionConfiguration
Deprecated.
Since 9.0, deadlock detection is always disabled.
|
| DeadlockDetectionConfigurationBuilder
Deprecated.
Since 9.0, deadlock detection is always disabled.
|
| EncodingConfiguration
Controls encoding configuration for keys and values in the cache.
|
| EncodingConfigurationBuilder |
| EvictionConfiguration
Deprecated.
Use
MemoryConfiguration instead |
| EvictionConfigurationBuilder
Deprecated.
Use
MemoryConfiguration instead |
| 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.
|
| MemoryConfiguration
Controls the memory storage configuration for the cache.
|
| MemoryConfigurationBuilder
Controls the data container for 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
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| SingletonStoreConfigurationBuilder
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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.
|
| StorageType
Enumeration defining the various storage types for the data container
|
| StoreAsBinaryConfiguration
Deprecated.
Use
MemoryConfiguration instead |
| StoreAsBinaryConfigurationBuilder
Deprecated.
Please use
MemoryConfigurationBuilder.storageType(StorageType) method instead |
| 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
Deprecated.
Since 9.0, the
replTimeout attribute is now ClusteringConfiguration.remoteTimeout. |
| SyncConfigurationBuilder
Deprecated.
Since 9.0, the
replTimeout attribute is now ClusteringConfigurationBuilder.remoteTimeout. |
| 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
Deprecated.
since 9.0. Infinispan automatically enable versioning when needed.
|
| VersioningConfigurationBuilder
Deprecated.
since 9.0. Infinispan automatically enable versioning when needed.
|
| 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 |
|---|
| PartitionHandlingConfiguration
Controls how the cache handles partitioning and/or multiple node failures.
|
| Class and Description |
|---|
| CacheMode
Cache replication mode.
|
| Class and Description |
|---|
| HashConfiguration
Allows fine-tuning of rehashing characteristics.
|
| 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 |
| LoaderConfigurationChildBuilder
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
|
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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 |
| AsyncStoreConfiguration
Configuration for the async cache store.
|
| ConfigurationChildBuilder |
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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 |
| AsyncStoreConfiguration
Configuration for the async cache store.
|
| ConfigurationChildBuilder |
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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 |
| AsyncStoreConfiguration
Configuration for the async cache store.
|
| ConfigurationChildBuilder |
| PersistenceConfigurationBuilder
Configuration for cache stores.
|
| PersistenceConfigurationChildBuilder |
| SingletonStoreConfiguration
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| 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 © 2018 JBoss, a division of Red Hat. All rights reserved.