Uses of Package
org.infinispan
Packages that use org.infinispan
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
This package contains the
KeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesCache
configurationThis package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
Global configuration state.
Provides Infinispan-specific input and output streams, buffers and related utilities.
Cache manager API.
Cache
-specific listener eventsPersistence API.
The Persistence SPI.
Query API that lets you perform Ickle queries and look up values in caches.
REST Server bootstrap and Netty bridge classes.
Security API.
Cache stream processing.
Server tasks API.
-
Classes in org.infinispan used by org.infinispanClassDescriptionAn advanced interface that exposes additional methods not available on
Cache
.Interface that defines the base methods of all streams returned from aCache
.Functional interface that is used as a callback when segments are completed.The central interface of Infinispan.A collection type that returns special Cache based streams that have additional options to tweak behavior.A set that also must implement the variousCacheCollection
methods for streams.ADoubleStream
that has additional methods to allow for Serializable instances.AIntStream
that has additional methods to allow for Serializable instances.Stream that allows for operation upon data solely with side effects by usingLockedStream.forEach(BiConsumer)
where the BiConsumer is invoked while guaranteeing that the entry being passed is properly locked for the entire duration of the invocation.ALongStream
that has additional methods to allow for Serializable instances. -
Classes in org.infinispan used by org.infinispan.affinity
-
Classes in org.infinispan used by org.infinispan.configuration.cache
-
Classes in org.infinispan used by org.infinispan.conflict
-
Classes in org.infinispan used by org.infinispan.filterClassDescription
-
Classes in org.infinispan used by org.infinispan.globalstate
-
Classes in org.infinispan used by org.infinispan.io
-
Classes in org.infinispan used by org.infinispan.manager
-
Classes in org.infinispan used by org.infinispan.notifications.cachelistener.event
-
Classes in org.infinispan used by org.infinispan.persistence
-
Classes in org.infinispan used by org.infinispan.persistence.spi
-
Classes in org.infinispan used by org.infinispan.query
-
Classes in org.infinispan used by org.infinispan.restClassDescription
-
Classes in org.infinispan used by org.infinispan.securityClassDescriptionAn advanced interface that exposes additional methods not available on
Cache
.The central interface of Infinispan. -
Classes in org.infinispan used by org.infinispan.stream
-
Classes in org.infinispan used by org.infinispan.tasks