Uses of Package
org.infinispan.container.entries

Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
 
Commands that operate on the cache, either locally or remotely.
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
Entries which are stored in data containers.
 
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.
 
 
 
 
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
 
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Metadata interfaces
 
Cache-specific notifications and eventing.
Persistence API.
 
Implementations of the PersistenceManager interface, which define the logic of how infinispan interacts with external stores.
The Persistence SPI.
 
 
 
 
 
Transfer of state to new caches in a cluster.
Cache stream processing.
 
 
 
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.