Uses of Package
org.infinispan.factories.impl

Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
Support for batching calls using the BatchingCache.startBatch() and BatchingCache.endBatch(boolean) API.
 
Commands that operate on the cache, either locally or remotely.
 
 
EmbeddedCacheManager configuration
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
This package contains implementations of the conflict resolution API.
Package that contains the interface describing the underlyling API for storage in Infinispan
Data containers which store cache entries.
 
 
 
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.
This package contains different context implementations, selected dynamically based on the type of invocation.
Classes relating to the distributed cache mode.
 
 
 
 
 
Classes related to eviction.
 
Implementations of different executors used for asynchronous operation.
 
Factories are internal components used to create other components based on a cache's configuration.
 
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
 
Global configuration state.
 
 
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Helpers that allow easy exposure of attributes and operations via JMX.
Cache manager API.
 
 
 
This package should mainly contain MessageMarshaller implementations for classes which a static inner class is not possible.
 
Micrometer-based metrics.
Cache-specific notifications and eventing.
 
 
Cache-specific notifications and eventing filtering classes.
CacheManager-specific notifications and eventing.
 
 
Implementations of the PersistenceManager interface, which define the logic of how infinispan interacts with external stores.
 
 
The internal cache registry API
 
Handling of inbound commands on remote nodes.
Abstractions of the different response types allowed during RPC.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
 
Security API.
 
 
Transfer of state to new caches in a cluster.
Cache statistics.
 
Cache stream processing.
 
 
 
Interfaces and implementations of lookup classes to locate and/or instantiate JTA TransactionManagers.
XA transaction support.
 
 
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.
 
 
This is the private xsite package.