Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.atomic.impl | |
org.infinispan.cache.impl | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.functional | |
org.infinispan.commands.read | |
org.infinispan.commands.remote |
Meta-commands that wrap other commands for remote execution.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata | |
org.infinispan.context |
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.
|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.distribution.impl | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.eviction.impl | |
org.infinispan.expiration |
Classes related to entry expiration.
|
org.infinispan.expiration.impl | |
org.infinispan.filter |
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
|
org.infinispan.functional.impl | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.totalorder | |
org.infinispan.iteration |
Provides Infinispan-specific utilities for iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.metadata |
Metadata interfaces
|
org.infinispan.metadata.impl | |
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.util | |
org.infinispan.security.actions | |
org.infinispan.security.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream.impl | |
org.infinispan.stream.impl.interceptor | |
org.infinispan.stream.impl.local | |
org.infinispan.stream.impl.termop | |
org.infinispan.stream.impl.termop.object | |
org.infinispan.stream.impl.termop.primitive | |
org.infinispan.stream.impl.tx | |
org.infinispan.transaction.impl | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.util |
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.
|
org.infinispan.xsite.statetransfer |
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheValue
A representation of an InternalCacheEntry that does not have a reference to the key.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
MVCCEntry
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
InternalCacheValue
A representation of an InternalCacheEntry that does not have a reference to the key.
|
MVCCEntry
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
Class and Description |
---|
AbstractInternalCacheEntry
An abstract internal cache entry that is typically stored in the data container
|
CacheEntry
An entry that is stored in the data container
|
ClearCacheEntry
Used in
ClearInvocationContext to process the ClearCommand . |
ClusteredRepeatableReadEntry
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
|
DeltaAwareCacheEntry
A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are
initiated, committed or rolled back.
|
DeltaAwareCacheEntry.Flags |
ImmortalCacheEntry
A cache entry that is immortal/cannot expire
|
ImmortalCacheValue
An immortal cache value, to correspond with
ImmortalCacheEntry |
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
InternalCacheValue
A representation of an InternalCacheEntry that does not have a reference to the key.
|
MortalCacheEntry
A cache entry that is mortal.
|
MortalCacheValue
A mortal cache value, to correspond with
MortalCacheEntry |
MVCCEntry
An entry that can be safely copied when updates are made, to provide MVCC semantics
|
NullCacheEntry |
PrimitiveEntrySizeCalculator
Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings,
and arrays
|
ReadCommittedEntry
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or
rolled back.
|
ReadCommittedEntry.Flags |
RepeatableReadEntry
An extension of
ReadCommittedEntry that provides Repeatable Read semantics |
StateChangingEntry
An entry that may have state, such as created, changed, valid, etc.
|
TransientCacheEntry
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
|
TransientCacheValue
A transient cache value, to correspond with
TransientCacheEntry |
TransientMortalCacheEntry
A cache entry that is both transient and mortal.
|
TransientMortalCacheValue
A transient, mortal cache value to correspond with
TransientMortalCacheEntry |
Class and Description |
---|
AbstractInternalCacheEntry
An abstract internal cache entry that is typically stored in the data container
|
CacheEntry
An entry that is stored in the data container
|
ImmortalCacheEntry
A cache entry that is immortal/cannot expire
|
ImmortalCacheValue
An immortal cache value, to correspond with
ImmortalCacheEntry |
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
InternalCacheValue
A representation of an InternalCacheEntry that does not have a reference to the key.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
InternalCacheValue
A representation of an InternalCacheEntry that does not have a reference to the key.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
Class and Description |
---|
CacheEntry
An entry that is stored in the data container
|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Class and Description |
---|
InternalCacheEntry
Interface for internal cache entries that expose whether an entry has expired.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.