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.
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.
 
Metadata interfaces
 
Embedded Multimap Cache.
 
Cache-specific notifications and eventing.
Persistence API.
 
The Persistence SPI.
 
 
 
 
 
 
 
 
 
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.