All Classes and Interfaces
Class
Description
Array backed
ObjectInput implementation.Entry or key set backed by a cache.
Abstract class that is the basis for the Cache, Rebalance and Topology commands.
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default
implementations for the
CacheEventFilter.accept(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the
CacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
method and then do the right thing.Abstract stream that provides all of the common functionality required for all types of Streams including the various
primitive types.
Base class for local and remote transaction.
Abstract collection that uses an underlying Cache instance to do various operations.
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
Deprecated.
An abstract class to expose statistics of the local JVM.
Support class for
CustomFailurePolicy.Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
Stuff common to WriteCommands
Similar to
AbstractDelegatingCache, but for AdvancedCache.This is a convenient base class for implementing a cache delegate.
Delegate that forwards all the of the method calls to the underlying cache stream.
This is a convenient base class for implementing a cache manager delegate.
Class to be extended to allow some control over the
PerCacheInboundInvocationHandler
in tests.Delegating data container that delegates all calls to the container returned from
AbstractDelegatingInternalDataContainer.delegate()Designed to be overwrite.
Base class for both Sync and XAResource enlistment adapters.
Base class for those commands that can carry flags.
An abstract internal cache entry that is typically stored in the data container
Abstract class implemenation for a segmented data container.
An abstract ProtoStream based
Marshaller and StreamAwareMarshaller implementation that is the basis
of the Persistence and Global marshallers.Common features of transaction and invocation contexts
Base class for InvocationContextFactory implementations.
A
DDAsyncInterceptor with common code for all the IRAC related interceptors.This is a base class that should be used when implementing a KeyValueFilterConverter that provides default
implementations for the
KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)
and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the
KeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata)
method and then do the right thing.Functionality common to both
CacheManagerNotifierImpl and
CacheNotifierImplImplements the base operations required for a local stream.
Abstract class
Base class for various locking interceptors in this package.
Abstract class to create mixed
SiteStatus.AbstractModuleConfigurationBuilder.
A component factory for creating components scoped per-cache.
A passivation manager
AbstractPersistenceConfigurationChildBuilder.
A remote invocation request.
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented
equivalent by passing in the segment returned from invoking
AbstractSegmentedAdvancedLoadWriteStore.getKeyMapper().Abstract store configuration that should be extended when the store configuration supports being segmented.
A
SiteStatus builder based on its online and offline members.AbstractStoreConfigurationBuilder<T extends StoreConfiguration,S extends AbstractStoreConfigurationBuilder<T,S>>
AbstractStoreSerializer.
Abstract
ThreadPoolExecutorFactory that contains commons variables for configuring a thread poolBase class for commands that carry topology id.
An abstract transaction boundary command that holds a reference to a
GlobalTransactionDeprecated.
Since 9.1, please implement
Transport directly.Support class for
TxInvocationContext.Base class for transaction based locking interceptors.
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
A key value filter that accepts all entries found.
An action represents a step in
PerCacheInboundInvocationHandler.A listener that is invoked when an
Action is completed.Orders multiple actions/tasks based on a key.
The state used by an
Action.The status for an
Action.Controls activation of cache entries that have been passivated.
Concrete implementation of activation logic manager.
AddCacheDependencyAction.
CacheManagerAddListenerAction.
CacheManagerAddListenerAction.
Add logger listener action.
A destination for an Infinispan command or operation.
An advanced interface that exposes additional methods not available on
Cache.Deprecated.
since 11.0 replaced by
NonBlockingStoreCallback to be notified when an entry is removed by the
AdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener) method.Deprecated.
since 11.0 replaced by
NonBlockingStoreDeprecated.
since 11.0 replaced by
NonBlockingStoreCallback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor, org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener) method.Deprecated.
since 11.0 replaced by
NonBlockingStoreKey partitioner that maps keys to segments using information contained in
AffinityTaggedKey.Aggregation of multiple
CompletionStage instances where their count is not known or when a large amount
of stages are required, as it uses less memory foot print per stage.Configures the
EmbeddedCacheManager ClassAllowList.Signals that all owners of a key have been lost.
A
XSiteEntryMergePolicy that removes the key if a conflict is detected.Performs as double operation on a
IntStreamPerforms as double operation on a
LongStreamPerforms as long operation on a
IntStreamInterface for sequential interceptors.
Interceptor chain using
AsyncInterceptors.Knows how to build and manage a chain of interceptors.
A delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the
delegate store in a non overlapping manner.
A
XSiteStateProviderState for asynchronous cross-site replication state transfer (IRAC).Configuration for the async cache store.
Configuration for the async cache store.
Enumerates the attributes used in Infinispan
AuditContext.
AuditLogger.
AuditMessages.
Warning this class consists of generated code.
AuthorizationConfiguration.
AuthorizationConfigurationBuilder.
The AuthorizationManager is a cache-scoped component which verifies that the
Subject
associated with the current AccessControlContext, or explicitly specified, has the requested permissions.AuthorizationManagerImpl.
PrincipalRoleMapperContextImpl.
AuthorizationPermission.
Authorizer.
Enables for automatic batching.
Component factories that implement this interface can be instantiated automatically by component registries when
looking up components.
A
Response implementation for command XSiteAutoTransferStatusCommand.A
ResponseCollector that merges AutoStateTransferResponse.Thrown when a partition happened and the key that an operation tries to access is not available.
Implementations decide what to do when the cache membership changes, either because new nodes joined, nodes left,
or there was a merge.
Contains information about the current state of the cache.
PartitionHandlingManager implementation when the cluster is always available.A command that represents an acknowledge sent by a backup owner to the originator.
Exception to be used to signal failures to backup to remote sites.
Defines the possible behaviour in case of failure during x-site.
Defines the remote caches for which this cache acts as a backup.
A command that represents an acknowledge sent by a backup owner to the originator.
A command that tell a backup owner to ignore a sequence id after the primary failed to send a regular write command.
Component present on a backup site that manages the backup information and logic.
Represents a response from a backup replication call.
Component responsible with sending backup data to remote sites.
A write operation sent from the primary owner to the backup owners.
Base class for an interceptor in the new asynchronous invocation chain.
Common logic to handle
CacheRpcCommand.Interface that defines the base methods of all streams returned from a
Cache.Functional interface that is used as a callback when segments are completed.
Anyone using the
AsyncInterceptorChain.addInterceptor(AsyncInterceptor, int) method (or any of its
overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own
custom interceptors.Base class for distribution of entries across a cluster.
Implementation with the default handling methods and utilities methods.
Acts as a base for all RPC calls
A base class for a state transfer interceptor.
BaseXSiteStateProviderState<T extends org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState.OutboundTask>
Common code for
AsyncProviderState and SyncProviderState implementation.Basic dependency injection container.
BasicEventLogger.
A container for holding thread locals for batching, to be used with the
BatchingCache.startBatch() and
BatchingCache.endBatch(boolean) calls.Interceptor that captures batched calls and attaches contexts.
Not really a transaction manager in the truest sense of the word.
A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed
to a store implementation in order.
Specifies when is a node allowed to acquire a bias on an entry, serving further reads
to the same key locally (despite not being an owner).
This component tracks if this node can read the data stored locally despite not being an owner
and which nodes will read the local data that is primary-owned by this node.
A Bifuncion wrapper that uses the cache's underlying DataConversion objects to perform its operations.
Utility method for inserting and retrieving values from to/from a byte[]
Manager utility for blocking operations that runs tasks on the blocking executor and returns a
CompletionStage or Publisher that continues on the non-blocking executor, similar
to stage.handleAsync(callback, blockingExecutor).whenCompleteAsync(NOOP, nonBlockingExecutor).Executor interface that submits task to a blocking pool that returns a stage that is guaranteed
to run any chained stages on a non-blocking thread if the stage is not yet complete.
A special Runnable that is only sent to a thread when it is ready to be
executed without blocking the thread
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread.A special executor service that accepts a
BlockingRunnable.Similar to JDK
Executors except that the factory methods here allow you to specify the
size of the blocking queue that backs the executor.Bounded implementation of segmented data container.
Performs boxed operation on a
DoubleStreamPerforms boxed operation on a
IntStreamPerforms boxed operation on a
LongStreamThe return value of
TakeOfflineManager.bringSiteOnline(String).A simple class which encapsulates a byte[] representation of a String using a predefined encoding (currently UTF-8).
WARNING: Generated code! Do not edit!
The central interface of Infinispan.
Change the availability of a cache.
Interface that describes how a cache can be injected into another object.
Entry set backed by a cache.
Key set backed by a cache.
A collection type that returns special Cache based streams that have additional options to tweak behavior.
Helper class designed to be used to create a serializable Collector for use with
CacheStream.collect(Collector) from a supplier of a collector.CacheConfigurationMBeanImpl.
Deprecated.
Since 10.1.3.
Deprecated.
Since 10.1.3.
This annotation should be used on methods that need to be notified when cache entries are evicted.
This event subtype is passed in to any method annotated with
CacheEntriesEvicted.An entry that is stored in the data container
This annotation should be used on methods that need to be notified when a cache entry is activated.
This event subtype is passed in to any method annotated with
CacheEntryActivated.This annotation should be used on methods that need to be notified when a cache entry is created.
This event subtype is passed in to any method annotated with
CacheEntryCreated.A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
This annotation should be used on methods that need to be notified when a cache entry is expired
This event subtype is passed in to any method annotated with
CacheEntryExpired.Tests if a
CacheEntry belongs to a group.This annotation should be used on methods that need to be notified when a cache entry is invalidated.
Notifies a listener of an invalidation event.
Additional listener methods specific to caches.
This annotation should be used on methods that need to be notified when a cache entry is loaded from a
CacheLoader.This event subtype is passed in to any method annotated with
CacheEntryLoaded.This annotation should be used on methods that need to be notified when a cache entry has been modified.
This event subtype is passed in to any method annotated with
CacheEntryModifiedThis annotation should be used on methods that need to be notified when cache entries are passivated.
This event subtype is passed in to any method annotated with
CacheEntryPassivated.This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
This event subtype is passed in to any method annotated with
CacheEntryRemoved.Implementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry.
This annotation should be used on methods that need to be notified when a cache entry is visited.
This event subtype is passed in to any method annotated with
CacheEntryVisited.A converter that can be used to convert the value given for an event.
Converter that is implemented by using the provided CacheEventConverter.
Factory that can produce CacheEventConverters
A filter that can be used to tell if an event should be raised or not.
KeyValueFilter that is implemented by using the provided CacheEventFilter.
This interface is an optimization that can be used when an event filter and converter are most efficiently used as
the same object composing the filtering and conversion in the same method invocation.
Factory that can produce
CacheEventFilterConverter instances.Factory that can produce CacheEventFilters
Static factory class that contains utility methods that can be used for performing proper transformations from
KeyValueFilter, Converter and KeyValueFilterConverter to appropriate distributed stream
instances.Cache health information.
Function that is used to encapsulate multiple intermediate operations and perform them lazily when the function
is applied.
If
Configuration.statistics() is enabled, then class will register all
the MBeans from cache local's ConfigurationRegistry to the MBean server.A node is requesting to join the cluster.
Thrown when a cache fails to join a cluster
This class contains the information that a cache needs to supply to the coordinator when starting up.
A node is signaling that it wants to leave the cluster.
Deprecated.
since 11.0 replaced by
NonBlockingStoreRegisters all the components from global component registry to the mbean server.
Creates and registers metrics for all components from a cache manager's global component registry.
Notifications for the cache manager
Global, shared notifications on the cache manager.
Creates and registers metrics for all components from a cache's component registry.
Captures cache management statistics.
A mixed
SiteStatus.Cache replication mode.
A response that signals the named cache is not running on the target node.
Public interface with all allowed notifications.
Helper class that handles all notifications to registered listeners.
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
CachePermission.
CachePermissionCollection.
CacheRoleImpl.
WARNING: Generated code! Do not edit!
The
RpcManager only replicates commands wrapped in a CacheRpcCommand.Externalizer in charge of marshalling cache specific commands.
A set that also must implement the various
CacheCollection methods for streams.A
CacheSet that allows for a different set to be mapped as a different instance wtih values replaced on
request.Tell members to shutdown cache.
A member is requesting a cache shutdown.
A per-cache
SiteStatus builder.This annotation should be used on methods that need to be notified when a cache is started.
This event is passed in to any method annotated with
CacheStarted.Cache State information stored in a cluster-wide cache
The coordinator is requesting information about the running caches.
This annotation should be used on methods that need to be notified when a cache is stopped.
This event is passed in to any method annotated with
CacheStopped.Reducer implementation for Distributed Publisher that converts between CacheStream operations to an
appropriate Reducer
CachePrincipalPair.
The status of a cache from a distribution/state transfer point of view.
Phase of the rebalance process.
The link between
LocalTopologyManager and StateTransferManager.Utility methods related to
CacheTopology.Defines the state a infinispan transaction should have.
Signals a backup site was unreachable.
Deprecated.
since 11.0 replaced by
NonBlockingStoreWrites modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
Always at the end of the chain, directly in front of the cache.
Interface that enhances
FilteringListenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener methodInterface that enhances
Listenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener methodAn efficient identity object map whose keys are
Class objects and
whose values are AdvancedExternalizer instances.Used in
ClearInvocationContext to process the ClearCommand.Implementation of
InvocationContext used by the ClearCommand.This class is used solely for the purpose of converting classes only in core to corresponding closeable variants.
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified
when a new event has been raised from the cluster.
Similar to
Stats but cluster wide.ClusterCacheStatsFactory is a default factory class for
ClusterCacheStats.Keeps track of a cache's status: members, current/pending consistent hashes, and rebalance status
Cluster wide container statistics.
BackupReceiver implementation for clustered caches.The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
Issues a remote getAll call.
Issues a remote get call.
A filter that tests the validity of
ClusteredGetCommands.A
TransactionOriginatorChecker implementation for clustered caches.This is an event designed for use with cluster listeners solely.
Constructs the data container.
ClusterExecutionPolicy controls how which nodes commands submitted via
ClusterExecutor.A cluster executor that can be used to invoke a given command across the cluster.
Static factory methods to construct a ClusterExecutor
Allows for cluster based expirations to occur.
Cluster health information.
Defines clustered characteristics of the cache.
Defines clustered characteristics of the cache.
Abstractization for logic related to different clustering modes: replicated or distributed.
This logic is used in distributed mode caches.
This logic is used in invalidation mode caches.
This logic is used in local mode caches.
This logic is used in replicated mode caches.
Base class for distribution interceptors.
This DistributedCallable is used to remove registered
RemoteClusterListener on each of the various nodes
when a cluster listener is unregistered from the cache.This DistributedCallable is used to install a
RemoteClusterListener on the resulting node.Deprecated.
since 11.0.
Deprecated.
since 11.0.
Deprecated.
since 11.0.
ClusterPermissionMapper.
Manages distribution of various publisher operations that are ran locally and/or sent to remote nodes.
ClusterPublisherManager that determines targets for the given segments and/or keys and then sends to local and
remote nodes in parallel collecting results to be returned.
Deprecated.
use
ClusterRoleMapper instead.ClusterRoleMapper.
Maintains the topology for all the caches in the cluster.
Factory for ClusterTopologyManager implementations.
The
ClusterTopologyManager implementation.Information about the JGroups cluster.
A collection that maps another one to a new one of a possibly different type.
Represents the ack collector for a write operation in triangle algorithm.
An acknowledge collector for Triangle algorithm used in non-transactional caches for write operations.
Represents an unique identified for non-transaction write commands.
A factory to build commands, initializing and injecting dependencies accordingly.
Command corresponding to the 2nd phase of 2PC.
Keeps track of the keys updated by normal operation and state transfer.
Deprecated.
use
CommonNameRoleMapper insteadCommonNameRoleMapper.
Command used by the recovery tooling for forcing transaction completion .
Utility methods for handling
CompletionStage instances.Component lifecycle management
Factory for Infinispan components.
Reference to a component.
Named cache specific components
Different states a component may be in.
Segmented store that creates multiple inner stores for each segment.
Allows AND-composing several cache event filters.
Allows AND-composing several key/value filters.
Thrown when the version of entry has changed between loading the entry to the context and committing new value.
A mixture between a
CompletableFuture and a Condition.This annotation should be used on methods that need to be notified when a configuration is changed.
This event is passed in to any method annotated with
ConfigurationChanged.ConfigurationHolder.
It manages all the configuration for a specific container.
ConfigurationParser.
ParserContextListener.
Helper configuration methods.
Configuration storage
A
ConflictManager factory for cache instances.Start conflict resolution.
A consistent hash algorithm implementation.
Deprecated.
Since 11.0.
Constants used as keys within a persisted consistent hash
Various public constant names, used by Infinispan's metrics support.
Exception that is thrown when exception based eviction is enabled and the cache is full
A mixed
SiteStatus.A per-container
SiteStatus builder.An interface to build
InvocationContext.Converter that can be used to transform a given entry to a different value.
Serializes an Infinispan configuration to an
ConfigurationWriterStatic factory class for producing executor factories in the core module
Factory for generating immutable type wrappers for core types.
A concurrency structure that invokes a
Runnable when its count reaches zero.Stores the
CounterConfiguration.Used for implementing custom policies in case of communication failures with a remote site.
Deprecated.
since 11.0.
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
Interface to implement if the class want to register more metrics to Micrometer than the methods annotated with
ManagedAttribute.StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
Thrown when a cyclic dependency exist
Commands of this type manipulate data in the cache.
The main internal data structure which stores entries.
Constructs the data container
This is an iterator that will iterate upon the data container.
Handle conversions for Keys or values.
Deprecated.
Since 11.0.
Ordering construct allowing concurrent operations that wish to do operations upon the same key to wait until
the most recently registered operation is complete in a non blocking way.
This annotation should be used on methods that need to be notified when a rehash starts or ends.
An event passed in to methods annotated with
DataRehashed.Mixes features from DataCommand and WriteCommand
Interface for async interceptors using double-dispatch.
An interface to implement the deadlock algorithm.
Exception signaling detected deadlocks.
A decorator to a cache, which can be built with a specific set of
Flags.DecoratedEventLogger.
The default implementation of
EmbeddedCacheManagerAdminDefault
ConsistentHash implementation.Default implementation of
ConsistentHashFactory.DefaultDataContainer is both eviction and non-eviction based data container.
Default executor factory that creates executors using the JDK Executors service.
Default implementation of
IracManager.A default implementation for
IracTombstoneManager.Default implementation of
IracVersionGenerator.The default
LockManager implementation for transactional and non-transactional caches.The default implementation for
PendingLockManager.A list of
Action to be executed to check when it is ready.The default response generator for most cache modes
Creates scheduled executors using the JDK Executors service
DataContainer implementation that internally stores entries in an array of maps.
The default implementation of
TakeOfflineManager.Thread factory based on JBoss Thread's JBossThreadFactory.
The default
Runnable for the remote commands receives.Default implementation for
TwoWayKey2StringMapper that knows how to handle all primitive
wrapper keys and Strings.The default
XSiteEntryMergePolicy implementation.Implementation of
XSiteMetricsCollector to use when asynchronous backups (cross-site replication) are
configured.DefineConfigurationAction.
A wrapper around a
CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider instance that handles this invocation.A delegate
Marshaller implementation for the user marshaller that ensures that the Marshaller.start() and
Marshaller.stop() of the configured marshaller are called and logged as required.Used in RPC, it defines how the messages are delivered to the nodes.
Enumeration defining the possible delivery guarantees for entries.
Graph to track dependencies between objects
For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict
resolution rejected it).
Cache store interceptor specific for the distribution and replication cache modes.
Performs distinct operation on a
DoubleStreamPerforms distinct operation on a
IntStreamPerforms distinct operation on a
LongStreamPerforms distinct operation on a regular
StreamImplementation of
CacheStream that provides support for lazily distributing stream methods to appropriate
nodesImplementation of
DoubleStream that utilizes a lazily evaluated distributed back end execution.Implementation of
IntStream that utilizes a lazily evaluated distributed back end execution.Implementation of
LongStream that utilizes a lazily evaluated distributed back end execution.A component that manages the distribution of elements across a cache cluster
The default distribution manager implementation
A
DoubleStream that has additional methods to allow for Serializable instances.Externalizer used for
DoubleSummaryStatistics.Modules implementing
ModuleLifecycle might need additional control over the created
components.An enumeration of all the recognized XML element local names, by name.
A simple
TransactionManager implementation.EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
Cache manager operations which affect the whole cluster.
An exception to encapsulate an error when starting up a cache manager
WARNING: Generated code! Do not edit!
A JGroups
ProtocolStackConfigurator whichWARNING: Generated code! Do not edit!
WARNING: Generated code! Do not edit!
Metadata class for embedded caches.
WARNING: Generated code! Do not edit!
The default implementation of
TimeService.A
Transaction implementation used by EmbeddedBaseTransactionManager.Simple transaction manager implementation that maintains transaction state in memory only.
Returns an instance of
EmbeddedTransactionManager.A
UserTransaction implementation that uses EmbeddedTransactionManager.Factory for building global-scope components which have default empty constructors
Simple factory that just uses reflection and an empty constructor of the component type.
A NO-OP implementation of
RaftManager.Cache decoration that makes use of the
Encoder and Wrapper to convert between storage value and
read/write value.Function that uses an encoder to converter entries from the configured storage format to
the requested format.Function that uses a keyEncoder to converter keys from the configured storage format to
the requested format.Manages existent
Encoder, Wrapper and Transcoder instances.Factory for
EncoderRegistryImpl objects.Function that uses a valueEncoder to converter values from the configured storage format
to the requested format.Controls encoding configuration for keys and values in the cache.
This is a marker interface to signal that this function may perform an encoding of the provided value.
Executor Factory used for blocking executors which utilizes
EnhancedQueueExecutor internally.A factory for constructing
MVCCEntry instances for use in the InvocationContext.EntryFactory implementation to be used for optimistic locking scheme.Interface that describes methods used for loading entries from the underlying
PersistenceManager and store those entries into the
DataContainer if necessary.Interface that can look up MVCC wrapped entries.
A registry for
EntryMergePolicyFactory implementations, which allows EntryMergePolicy implementations
to be eagerly/lazily loaded across multiple contexts.Object to hold metadata bytes and timestamps.
Helper for reading/writing entries into file.
Command implementation for
Map.entrySet() functionality.Stream supplier that is to be used when the underlying stream is composed by
CacheEntry instances.A version is used to compare entries against one another.
Entry views expose cached entry information to the user.
Expose read-only information about a cache entry potentially associated
with a key in the functional map.
Expose information about a cache entry potentially associated with a key
in the functional map, and allows that cache entry to be written with
new value and/or new metadata parameters.
Expose a write-only facade for a cache entry potentially associated with a key
in the functional map which allows the cache entry to be written with
new value and/or new metadata parameters.
Entry views implementation class holder.
Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
Interceptor in charge with wrapping entries and add them in caller's context.
An externalizer for internal enum types.
EnumSet externalizer.An interface that defines common characteristics of events
Common characteristics of events that occur on a cache manager
Basic implementation of an event that covers all event types.
Implementation of cache manager events
EventLog describes an event log's attributes.
EventLogCategory.
EventLogger provides an interface for logging event messages.
EventLogLevel.
EventLogManager.
EventLogManagerImpl.
Enum that provides information to allow for an event to know which type and if this event was generated due to a
retry usually caused by a topology change while replicating.
Simple wrapper that keeps the original key along with the converted event and command.
Central component that deals with eviction of cache entries.
Supported eviction strategies
Deprecated.
Since 11.0,
MemoryConfiguration.maxCount() and
MemoryConfiguration.maxSize() should be used to differentiate between
the eviction thresholds.A command that represents an exception acknowledge sent by any owner.
A response that encapsulates an exception
A sync
InvocationStage for Throwable.Exectues given tasks in provided executor.
Configures executor factory.
Deprecated.
since 10.0
Controls the default expiration settings for entries in the cache.
Controls the default expiration settings for entries in the cache.
Central component that deals with expiration of cache entries.
Constructs the expiration manager
Provide utility methods for dealing with expiration of cache entries.
Interface to implement an exponential back-off algorithm that retries the request based on the result of the remote
operation.
The default
ExponentialBackOff implementation for IRAC (asynchronous cross-site replication).An extended
LockPromise interface that allows a better control over it.Deprecated.
since 11.0 replaced by
NonBlockingStoreA JGroups
JGroupsChannelConfigurator which loads configuration from an XML file supplied as an InputStreamProvides resource management for files - only limited amount of files may be opened in one moment, and opened file
should not be deleted.
Performs filter operation on a
DoubleStreamA service provider for filter indexing services.
A Listenable that can also filter events based on key
Performs filter operation on a
IntStreamPerforms filter operation on a
LongStreamPerforms filter operation on a regular
StreamAvailable flags, which may be set on a per-invocation basis.
Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.
Implemented by stores that can skip writes based on certain flags present in the invocation.
Pre-computed bitsets containing each flag.
Performs flat map operation on a
DoubleStreamPerforms flat map operation on a
IntStreamPerforms flat map operation on a
LongStreamPerforms flat map operation on a regular
StreamFlatMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>
Interface to signify that an
IntermediateOperation is a flat map operation.Performs flat map to double operation on a regular
StreamPerforms flat map to int operation on a regular
StreamPerforms flat map to long operation on a regular
StreamCopied from rxjava3 80c83a4e000f0d054ea88a3bd500d36c2c041b05
This has been modified to allow for Flowable create method to be invoked per subscription request instead of
during the initial subscribe, which may not even include a request of any size.
A class designed to forward all method invocations for a CacheEntry to the provided delegate.
A command that carries operation rather than final value.
Top level functional map interface offering common functionality for the
read-only, read-write, and write-only operations that can be run against a
functional map asynchronously.
Exposes read-only operations that can be executed against the functional map.
Exposes read-write operations that can be executed against the functional map.
Exposes write-only operations that can be executed against the functional map.
Functional map implementation.
Listener notifier.
A transaction manager lookup class that attempts to locate a TransactionManager.
Retrieves multiple entries at once.
GetCacheAction.
GetCacheAuthorizationManagerAction.
GetCacheAvailabilityAction.
GetCacheComponentRegistryAction.
GetCacheConfigurationAction.
GetCacheManagerConfigurationAction.
GetCacheDistributionManagerAction.
GetCacheEntryAction.
GetCacheEntryAction.
Used to fetch a full CacheEntry rather than just the value.
GetCacheInterceptorChainAction.
GetCacheLockManagerAction.
GetCacheManagerAddress.
GetCacheManagerClusterAvailabilityAction.
GetCacheManagerClusterNameAction.
GetCacheManagerConfigurationAction.
GetCacheManagerCoordinatorAddress.
GetCacheManagerIsCoordinatorAction.
GetCacheManagerStatusAction.
GetCacheRpcManagerAction.
GetCacheStatusAction.
GetClassInstanceAction.
GetClusterExecutorAction.
GetEmbeddedCacheManagerAction.
GetGlobalComponentRegistryAction.
Rpc to obtain all in-doubt prepared transactions stored on remote nodes.
Command used by the recovery tooling for obtaining the list of in-doubt transactions from a node.
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operationsGetOrCreateCacheAction.
GetOrCreateCacheAction.
GetSystemPropertyAction.
Wrapper for
Boolean.getBoolean(propertyName)Wrapper for
Integer.getInteger(propertyName, defaultValue).GetUnwrappedCacheAction.
GlobalAuthorizationConfiguration.
GlobalAuthorizationConfigurationBuilder.
A global component registry where shared components are stored.
Configuration component that exposes the global configuration.
The
GlobalConfigurationManager is the main interface for sharing runtime configuration state across a cluster.Implementation of
GlobalConfigurationManagerListens to events on the global state cache and manages cache configuration creation / removal accordingly
InboundInvocationHandler implementation that handles all the ReplicableCommand.Configures JMX for the cache manager and its caches.
Deprecated.
since 10.1.3 Use
GlobalJmxConfiguration instead.Deprecated.
since 10.1.3.
A globally-scoped marshaller.
Configuration for metrics.
Configures the types of metrics gathered and exported via Micrometer metrics for all caches owned by this Cache Manager.
GlobalRoleConfigurationBuilder.
Commands correspond to specific areas of functionality in the cluster, and can be replicated using the
GlobalInboundInvocationHandler.GlobalSecurityConfiguration.
GlobalSecurityConfigurationBuilder.
GlobalSecurityConfigurationChildBuilder.
GlobalSecurityManager.
Factory for GlobalSecurityManager implementations
GlobalSecurityManagerImpl.
GlobalStateConfiguration.
GlobalStateConfigurationBuilder.
GlobalStateManager.
GlobalStateManagerImpl.
GlobalStateProvider.
Uniquely identifies a transaction that spans all JVMs in a cluster.
A per-container (cache manager) cross-site admin operations.
Deprecated.
since 10.0
Deprecated.
since 10.0
Deprecated.
since 10.0
Deprecated.
since 10.0
Identifies the key for a group.
User applications may implement this interface in order to customize the compution of groups in cases when the modifying the
key is not possible, or when the value determined by the
Group annotation needs customizing.A key filter that accepts keys which belongs to the group.
Key partitioner that uses
Group annotations to map
grouped keys to the same segment.Control's key grouping.
Configuration for various grouper definitions.
Configuration for various grouper definitions.
Allows fine-tuning of rehashing characteristics.
Allows fine-tuning of rehashing characteristics.
Key partitioner that computes a key's segment based on a hash function.
An entry point for checking health status.
A Contract for exposing Health API over the JMX.
A JMX exposer (or adapter) for Health API.
General Health status.
A hear-beat command used to ping members in
ClusterTopologyManagerImpl.confirmMembersAvailable().Information about the host.
Deprecated.
use
IdentityRoleMapper insteadIdentityRoleMapper.
Indexes for object types.
A filter that only expects responses from an initial set of targets.
Deprecated.
since 10.1 please use
IllegalLifecycleStateException insteadA cache entry that is immortal/cannot expire
An immortal cache value, to correspond with
ImmortalCacheEntryThis context is a non-context for operations such as eviction which are not related
to the method invocation which caused them.
An immutable implementation of
LocalConfigurationStorage which does not allow cache creation/removal.Deprecated.
since 10.0
Interface to invoke when the
Transport receives a command from other node
or site.Factory class that creates instances of
PerCacheInboundInvocationHandler.Inbound state transfer task.
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object) API.An interface indicating that a version of this type can be incremented.
Deprecated.
since 11.0.
A marker interface for filters that can be handled efficiently by a
FilterIndexingServiceProvider.Configures indexing of entries in the cache for searching.
Configures indexing of entries in the cache for searching.
Allows to define some mass indexing operations (e.g.: purge or reindex) to trigger when the cache starts.
An object describing in doubt transaction's state.
Versions can be compared to each other to result in one version being before, after or at the same time as another
version.
A special lock for Infinispan cache.
Deprecated.
since 11.0, please implement
ReplicableCommand#invokeAsync(ComponentRegistry) insteadAggregates the initialisation state needed by either a
CacheLoader or a CacheWriter.Handles the submission and response handling of an arbitrary amount of address
segments.
A
IntStream that has additional methods to allow for Serializable instances.Factory class that builds an interceptor chain based on cache configuration.
Describes a custom interceptor
Positional placing of a new custom interceptor
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
An intermediate cache stream used when an intermediate operation that requires both a remote and local portion
An intermediate double cache stream used when an intermediate operation that requires both a remote and local portion
An intermediate int cache stream used when an intermediate operation that requires both a remote and local portion
An intermediate long cache stream used when an intermediate operation that requires both a remote and local portion
IntermediateOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>
Intermediate operation that can be applied to a stream to change its processing.
Externalizer to be used for serializing the various intermediate operations
The various intermediate types.
Interface for internal cache entries that expose whether an entry has expired.
An internal factory for constructing Caches.
InternalCacheRegistry.
InternalCacheRegistryImpl.
Base class for internal classes used in cache collections.
A representation of an InternalCacheEntry that does not have a reference to the key.
Interface describing methods of a data container where operations can be indexed by the segment of the key
stored in the map.
A factory for
InternalCacheEntry and InternalCacheValue instances.An implementation that generates non-versioned entries
Interface describing the internal operations for the the ExpirationManager.
Deprecated.
since 10.0
Deprecated.
Externalizer to be used for IntSet implementations
Externalizer used for
IntSummaryStatistics.Removes an entry from memory.
Invalidates an entry in a L1 cache (used with DIST mode)
Must be
VisitableCommand as we want to catch it in persistence handling etc.This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with
ClusteredSyncMode as INVALIDATE.
Thrown when client makes cache usage errors.
An invalid response
Thrown if an operation is to be performed on an invalid transaction context.
Base interface for all callbacks used by
BaseAsyncInterceptor and InvocationStage methods.A context that contains information pertaining to a given invocation.
Factory for
InvocationContext objects.It invokes the
VisitableCommand through this cache AsyncInterceptorChain.A partial command invocation, either completed or in progress.
Sends a cleanup request from the primary owner to the backup owners.
A clear request that is sent to the remote site by
IracManager.Used by asynchronous cross-site replication, it aggregates response from multiple sites and returns
IracBatchSendResult.An entry version for the IRAC algorithm (async cross site replication).
WARNING: Generated code! Do not edit!
Executes the "IRAC" sending task in a single thread.
It manages the keys changed in the local cluster and sends to all asynchronous backup configured.
Basic information about a key stored in
IracManager.Default implementation of
IracManagerKeyInfo.The metadata stored for an entry needed for IRAC (async cross-site replication).
WARNING: Generated code! Do not edit!
A request for a new
IracMetadata for a giver segment.A
WriteCommand used to handle updates from the remote site (for asynchronous cross-site replication).A multi-key cross-site requests.
Requests the state for a given segments.
A response collector for an asynchronous cross site requests.
The IRAC state for a given key.
A
CacheRpcCommand to clean up tombstones for IRAC algorithm.A data class to store the tombstone information for a key.
Stores and manages tombstones for removed keys.
A
CacheRpcCommand to check if one or more tombstones are still valid.A
XSiteReplicateCommand to check tombstones for IRAC algorithm.Response for a state request with the tombstones stored in the local node.
A request that is sent to the remote site by
IracManager.An update request that is sent to the remote site by
IracManager.It transfers the current versions stored in
IracVersionGenerator to the other nodes when joins/leaving events
occurs.Utility methods from IRAC (async cross-site replication)
A version generator for the IRAC protocol.
Extends
XSiteBackup class with logging configuration.Interceptor to verify whether parameters passed into cache are marshallables
or not.
Various transaction isolation levels as an enumerated class.
A Spliterator using the provided iterator for supplying values.
JTA standalone TM lookup (JBoss AS 7 and earlier, and WildFly 8, 9, and 10).
An encapsulation of a JGroups Address
WARNING: Generated code! Do not edit!
Cache JGroupsAddress instances
Deprecated.
since 11.0, this will be removed in the next major version with no direct replacement.
An encapsulation of a JGroups
ExtendedUUID with a site id, a rack id, and a machine id.An encapsulation of a JGroups transport.
Deprecated.
since 10.1.3.
Deprecated.
since 10.1.3.
Interface containing common cache management operations
Base class for all the interceptors exposing management statistics.
Defines the logic of mapping a key object to a String.
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
Factory for
KeyAffinityService.Implementation of KeyAffinityService.
A listener for
KeyAwareLockPromise.An extension of
LockPromise that contains a key associated to the lock.Used for generating keys; used by
KeyAffinityService to generate the affinity keys.Map keys to segments.
Key partitioner factory that uses the hash function defined in the configuration.
A Publisher Response that is used when key tracking is enabled.
A PublisherResult that was performed due to included keys.
Command implementation for
Map.keySet() functionality.Stream supplier that is to be used when the underlying stream is composed by key instances.
A filter for keys with their values.
CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilter
This interface is an optimization that can be used when a filter and converter are most efficiently used as the same
object composing the filtering and conversion in the same method invocation.
CacheEventFilterConverter that uses an underlying KeyValueFilterConverter to do the conversion and
filtering.Factory for
KeyValueFilterConverter instancesSize calculator that takes into account not only key and value but also metadata.
Holds logically related key-value pairs or binary tuples.
Holder for known named component names.
Configures the L1 cache behavior in 'distributed' caches instances.
Configures the L1 cache behavior in 'distributed' caches instances.
A
InternalCacheEntry implementation to store a L1 entry.L1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data
container but before the lock has been released.
Manages the L1 Cache, in particular recording anyone who is going to cache an
a command that a node responds to so that a unicast invalidation can be sent
later if needed.
Metadata implementation that must be passed to the DataContainer.put(Object, Object, org.infinispan.metadata.Metadata) when the entry to store
is a L1 entry.A
InternalCacheEntry implementation to store a L1 entry.Interceptor that handles L1 logic for non-transactional caches.
Segmented data container that also allows for non owned segments to be written to a temporary map (L1).
Interceptor that handles L1 logic for transactional caches.
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is
completed.
Iterator implementation that will return all entries from the first iterator.
A delegating executor that lazily constructs and initializes the underlying executor.
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors
are expensive.
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since
unused JDK executors are expensive.
Performs limit operation on a
DoubleStreamExecutes tasks in the given executor, but never has more than
maxConcurrentTasks tasks running at the same
time.Performs limit operation on a
IntStreamPerforms limit operation on a
LongStreamPerforms limit operation on a regular
StreamInterface that denotes that the implementation can have listeners attached to it.
Class-level annotation used to annotate an object as being a valid cache listener.
Enumeration that defines when a listener event can be observed.
Defines simple listener invocation.
Used for registering various cache notifications.
Holder class for functional listener definitions.
Read-write listeners enable users to register listeners for cache
entry created, modified and removed events, and also register listeners
for any cache entry write events.
Read-write listener
Write listeners enable user to register listeners for any cache entry
write events that happen in either a read-write or write-only
functional map.
Write-only listener.
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
CacheStream that is to be used locally.
This is a marker interface to indicate that such commands will never be replicated and hence will not return any
valid command IDs.
The
LocalConfigurationStorage is responsible for applying on each node the configuration changes initiated
through the GlobalConfigurationManager and persist them unless they are
CacheContainerAdmin.AdminFlag.VOLATILE.Provide statistics of the local JVM instance.
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
IntStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
Simulates a remote invocation on the local node.
Extends
CacheTopology with information about keys owned by the local node.LongStream that wraps a given stream to allow for additional functionality such as injection of values into
various operations
Represents the local node's address.
Deprecated.
since 11.0.
Handles locally publishing entries from the cache.
LocalPublisherManager that publishes entries from the local node only.
Runs on every node and handles the communication with the
ClusterTopologyManager.Factory for ClusterTopologyManager implementations.
The
LocalTopologyManager implementation.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction.Invocation context to be used for locally originated transactions.
LocalTransaction implementation to be used with TransactionXaAdapter.A container for locks
Factory class that creates instances of
LockContainer.LockControlCommand is a command that enables distributed locking across infinispan nodes.
Stream that allows for operation upon data solely with side effects by using
LockedStream.forEach(BiConsumer)
where the BiConsumer is invoked while guaranteeing that the entry being passed is properly locked for the
entire duration of the invocation.Lock Stream implementation that locks a key using the
LockManager before and after executing the various
code.Defines the local, in-VM locking and concurrency characteristics of the cache.
Defines the local, in-VM locking and concurrency characteristics of the cache.
The listener for
LockPromise.An interface to deal with all aspects of acquiring and releasing locks for cache entries.
Factory class that creates instances of
LockManager.A promise returned by
InfinispanLock.The exception is thrown if a locks is released while waiting for it to be acquired.
The
InfinispanLock possible states.This module reserves range 29001 - 29500
Infinispan's log abstraction layer on top of JBoss Logging.
Warning this class consists of generated code.
Warning this class consists of generated code.
Factory that creates
Log instances.This annotation is for internal use only!
LoggingAuditLogger.
Deprecated.
use
LoggingAuditLogger insteadProvides a
Log instance to use.A
LongStream that has additional methods to allow for Serializable instances.Externalizer used for
LongSummaryStatistics.Performs map operation on a
DoubleStreamWARNING: Generated code! Do not edit!
Map externalizer for all map implementations except immutable maps and singleton maps, i.e.
Performs map operation on a
IntStreamPerforms map operation on a
LongStreamPerforms map to operation on a regular
StreamMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>
Marker interface to signify that an
IntermediateOperation is a map operation.Performs map to double operation on a
IntStreamPerforms map to double operation on a
LongStreamPerforms map to double operation on a regular
StreamPerforms map to int operation on a
DoubleStreamPerforms map to int operation on a
LongStreamPerforms map to int operation on a regular
StreamPerforms map to long operation on a
DoubleStreamPerforms map to long operation on a
IntStreamPerforms map to long operation on a regular
StreamPerforms boxed operation on a
DoubleStreamPerforms map to object operation on a
IntStreamPerforms map to object operation on a
LongStreamDefines an externally persisted entry.
Factory for
MarshallableEntry.A wrapper message used by ProtoStream Marshallers to allow user objects to be marshalled/unmarshalled via the
MarshallableUserObject.Marshaller implementation, which delegates to the configured user marshaller in SerializationConfiguration if it exists.WARNING: Generated code! Do not edit!
A marshallable object containing serialized representations of cache values and metadata, that can be used to store
values, metadata and timestamps as a single entity.
Deprecated.
since 10.0 requires jboss-marshalling-osgi artifact to be provided at runtime.
A marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.
WARNING: Generated code! Do not edit!
MarshallerFactory.
MarshallingTwoWayKey2StringMapper.
JMX related component metadata, as expressed by
MBean, ManagedAttribute and ManagedOperation
annotations.Deprecated.
Use
MBeanServerLookup insteadControls the memory storage configuration for the cache.
Controls the data container for the cache.
Deprecated.
Since 11.0,
MemoryConfiguration is used to defined the data container memory
eviction and sizing.Deprecated.
since 11.0, use
MemoryConfigurationBuilder instead.This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology experiences a merge event after a cluster split.
This event is passed in to any method annotated with
Merged.Messages.
Warning this class consists of generated code.
This interface encapsulates metadata information that can be stored
alongside values in the cache.
Metadata builder
Marker interface for metadata aware cache entry.
A command that contains metadata information.
A form of
ImmortalCacheEntry that is MetadataAwareA form of
ImmortalCacheValue that is MetadataAware.A cache entry that is mortal and is
MetadataAwareA mortal cache value, to correspond with
MetadataMortalCacheEntryUtility method for Metadata classes.
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, and
MetadataAwareA transient cache value, to correspond with
TransientCacheEntry which is MetadataAwareA form of
TransientMortalCacheEntry that stores MetadataA form of
TransientMortalCacheValue that stores MetadataAn easily extensible metadata parameter that's stored along with the value
in the the functional map.
Provides metadata parameter lookup capabilities using
Class as
lookup key.Read only metadata parameter representing a cached entry's created time
in milliseconds.
Writable metadata parameter representing a cached entry's generic version.
Read only metadata parameter representing a cached entry's last used time
in milliseconds.
Writable metadata parameter representing a cached entry's millisecond lifespan.
Non-writable parameter telling if the entry was loaded from a persistence tier
(
CacheLoader) or not.Abstract class for numeric long-based metadata parameter instances.
Writable metadata parameter representing a cached entry's millisecond
max idle time.
A parameter to tell if the creation timestamp should be updated for modified entries.
Writable
MetaParam instances are those that the user can provide
to be stored as part of the cache entry.Represents a
MetaParam collection.Metadata parameters backed internal metadata representation.
WARNING: Generated code! Do not edit!
Keeps a reference to the Micrometer MeterRegistry.
Produces instances of
MetricsCollector.Utility methods for metrics.
Builder to inject an instance of
MeterRegistry.A configuration class to inject a custom
MeterRegistry instance.A
ConfigurationSerializer implementation to serialize MicrometerMeterRegistryConfiguration.Thrown when members are missing after a cluster shutdown.
An interface that defines a
CacheWriter modificationA list of
WriteCommand for a transactionModificationsList contains a List
This is a special interface that can mark a Function so that a user can know if the actual value will change
when the function is applied or not.
Deprecated.
since 10.0
Module command extensions.
Modules which wish to implement their own commands and visitors must also provide an implementation of this
interface.
ModuleLifecycle is an API hook for delegating lifecycle events to Infinispan sub-modules.
Module metadata.
Deprecated.
Since 10.0, without replacement.
Store for component and module information.
A cache entry that is mortal.
A mortal cache value, to correspond with
MortalCacheEntryThis command is used to send cluster events for multiple listeners on the same node
Invoke a sequence of sub-commands.
Request implementation that waits for responses from multiple target nodes.
A
RolePermissionMapper with the ability to add/remove roles at runtimeSimplified version of functional command used for read-only operations after transactional modifications.
An entry that can be safely copied when updates are made, to provide MVCC semantics
Deprecated.
Since 9.4, please implement
AnyScopeComponentFactory.construct(String) directly.A factory that specifically knows how to create named executors.
A
SocketFactory which allows setting a callback to configure the sockets using a supplied name.Namespace.
NamespaceMappingParser.
Namespaces.
Manager utility for non-blocking operations.
Local file-based cache store, optimized for write-through use with strong consistency guarantees
(ability to flush disk operations before returning from the store call).
The contract for defining how caches interface with external sources of data, such as databases or filesystems.
Enumeration defining the various characteristics of the underlying store to communicate what features it may
or may not support.
A Publisher that provides a stream of values and the segments to which those values map.
Executor Factory used for non blocking executors which utilizes
ThreadPoolExecutor internally.Handles x-site data backups for non-transactional caches.
Invocation Context container to be used for non-transactional caches.
Locking interceptor to be used for non-transactional caches.
Non-transactional interceptor used by distributed caches that support concurrent writes.
Context to be used for non transactional calls, both remote and local.
Interceptor used by IRAC for non transactional caches to handle the local site updates.
Interceptor to handle updates from remote sites.
A
PerCacheInboundInvocationHandler implementation for non-total order
caches.A no-op implementation of
BackupSender.A no-op implementation of
IracManager for cache without asynchronous remote site backups.No-op implementation for
IracTombstoneManager.A no-op implementation of
IracVersionGenerator for caches without asynchronous remote site backups.An
PendingLockManager implementation that does nothing.An empty
TakeOfflineManager implementation for caches which don't backup any data to remote sites.An no-op implementation for
XSiteMetricsCollector.A no-op implementation of
XSiteStateProvider.A no-op implementation of
XSiteStateTransferManager.The interceptor in charge of firing off notifications to cache listeners
NullAuditLogger.
Deprecated.
use
NullAuditLogger insteadNumeric version
WARNING: Generated code! Do not edit!
Generates unique numeric versions for both local and clustered environments.
A
ConcurrentMap implementation that stores the keys and values off the JVM heap in native heap.Listener interface that is notified when certain operations occur for various memory addresses.
Factory that can create
InternalCacheEntry objects that use off-heap heap memory.Factory that can create CacheEntry instances from off-heap memory.
Allows for allocation of memory outside of the heap as well additional functionality surrounding it if
necessary.
SiteStatus implementation for offline sites.Keeps state needed for knowing when a site needs to be taken offline.
SiteStatus implementation for online sites.Handles x-site data backups for optimistic transactional caches.
Locking interceptor to be used by optimistic transactional caches.
Interceptor used by IRAC for optimistic transactional caches to handle the local site updates.
Outbound state transfer task.
An exception signalling that a command should be retried because a newer topology was seen during execution.
An implementation of
LocalConfigurationStorage which stores non-CacheContainerAdmin.AdminFlag.VOLATILEThis class holds statistics about a consistent hash.
An easily extensible parameter that allows functional map operations to be
tweaked.
Defines where is the command executed.
Normally the cache has to acquire locks during any write operation to guarantee
its correctness.
When a persistence store is attached to a cache, by default all write
operations, regardless of whether they are inserts, updates or removes,
are persisted to the store.
Defines how statistics are gathered for this command.
Parameter identifiers.
Factory for
KeyValueFilterConverter instances supporting
parameters.Internal class that encapsulates collection of parameters used to tweak
functional map operations.
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
ParserRegistry is a namespace-mapping-aware meta-parser which provides a way to delegate the
parsing of multi-namespace XML files to appropriate parsers, defined by the
ConfigurationParser interface.ParserScope indicates the configuration parser scope.
Cluster stream manager that also pays attention to partition status and properly closes iterators and throws
exceptions when the availability mode changes.
Controls how the cache handles partitioning and/or multiple node failures.
Controls how the cache handles partitioning and/or multiple node failures.
This annotation should be used on methods that need to be notified when the
AvailabilityMode in use by the
PartitionHandlingManager changes due to a change in cluster topology.The event passed in to methods annotated with
PartitionStatusChanged.A passivation manager
Handles store write operations when passivation enabled that don't entail reading the entry first
Receive responses from multiple nodes, without checking that the responses are valid.
RPC to a single node, without any validity checks.
Performs peek operation on a
DoubleStreamPerforms peek operation on a
IntStreamPerforms peek operation on a
LongStreamPerforms peek operation on a regular
StreamA listener that is invoked when
PendingLockPromise is ready.A manager that checks and waits for older topology transaction with conflicting keys.
A promise returned by
PendingLockManager.Interface to invoke when a
CacheRpcCommand is received from other node in the
local site.A lock container that creates and maintains a new lock per entry.
Use this annotation on methods that require notification when the availability of the PersistenceManager changes.
Configuration for stores.
Configuration for cache stores.
Interface used to initialise the
PersistenceMarshallerImpl's SerializationContext
using the specified Pojos, Marshaller implementations and provided .proto schemas.WARNING: Generated code! Do not edit!
StreamSupplier that allows for creating streams where they utilize the
PersistenceManager to publish entries
using segments if possible.An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader.StreamSupplier that allows for creating streams where they utilize the
PersistenceManager to publish keys
using segments if possible.Defines the logic for interacting with the chain of external storage.
The marshaller that is responsible serializing/deserializing objects which are to be persisted.
A Protostream based
PersistenceMarshaller implementation that is responsible
for marshalling/unmarshalling objects which are to be persisted.Persistence Utility that is useful for internal classes.
PersistentUUID.
PersistentUUIDManager maintains a mapping of
PersistentUUIDs present in the clusterImplementation of the
PersistentUUIDManager interfaceHandles x-site data backups for pessimistic transactional caches.
Locking interceptor to be used by pessimistic caches.
Interceptor used by IRAC for pessimistic transactional caches to handle the local site updates.
Deprecated.
Use
PlatformMBeanServerLookup insteadThis class is here solely for the purpose of encapsulating the
PmemUtil class so we do not load it unless
necessary, allowing this to be an optional dependency.A Filter that only allows post events to be accepted.
A
XSiteEntryMergePolicy implementation that chooses a non-null entry.A
XSiteEntryMergePolicy implementation that chooses a null entry.Separate the preload into its own component
Command corresponding to the 1st phase of 2PC.
Default implementation for RecoveryIterator.
A
ValidResponse used by Optimistic Transactions.A
Collector implementation that only waits for the primary owner.Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings,
and arrays
PrincipalRoleMapper.
Deprecated.
since 14.0.
An internal configuration.
A
Builder implementation of PrivateGlobalConfiguration.A
ConfigurationSerializer implementation for PrivateGlobalConfiguration.A class to store internal metadata.
WARNING: Generated code! Do not edit!
Extracts the configuration into flat key-value property structure by reflection.
Performs conversions between application/x-protostream and commons formats.
Handler for holding publisher results between requests of data
Factory that allows creation of a
LocalPublisherManager or ClusterPublisherManager based on the provided
configuration.Static factory method class to provide various reducers and finalizers for use with distributed Publisher.
The response for a cache publisher request to a given node.
A result from a publisher.
Static factory method class to provide various transformers for use with distributed Publisher.
Implements functionality defined by
BasicCache.put(Object, Object)A
BackupWriteCommand implementation for PutMapCommand.A command writing multiple key/value pairs with the same metadata.
Configures query options and defaults
Invocation stage representing a computation that may or may not be done yet.
This interface describes methods needed for a segment listener that is used when iterating over the current
events and be able to queue them properly
A channel abstraction to invoke commands on the RAFT channel.
A configuration object to configure
RaftChannel.Use this class to create and register
RaftStateMachine.A state machine interface.
Utility methods for jgroups-raft
Compute the version prefix to be used by
NumericVersionGenerator in clustered caches.Deprecated.
since 10.0
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or
rolled back.
Read-only map implementation.
Set implementation that shows a read only view of the provided set by only allowing
entries that map to a given segment using the provided consistent hash.
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
Map implementation that shows a read only view of the provided entry by only allowing
entries whose key maps to a given segment using the provided consistent hash.
Read-write map implementation.
An interface that allows the
PerCacheInboundInvocationHandler to check
when this action is ready.A member is confirming that it has finished a topology change during rebalance.
Enable or Disable rebalancing.
The coordinator is starting a rebalance operation.
Query the rebalancing status.
RebalancingStatus.
A thread gate, that uses an
AbstractQueuedSynchronizer.Admin utility class for allowing management of in-doubt transactions (e.g.
Extends
LocalXaTransaction and adds recovery related information.Extends
RemoteTransaction and adds recovery related information and functionality.Base interface for transactions that are holders of recovery information.
Transaction table that delegates prepared transaction's management to the
RecoveryManager.Deprecated.
since 11.0, class will be removed with no direct replacement.
Defines recovery configuration for the cache.
Defines recovery configuration for the cache.
This makes sure that only xids pertaining to a certain cache are being returned when needed.
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by
XAResource.recover(int).Factory for RecoveryManager.
Default implementation for
RecoveryManagerStream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
A listener that installed locally on each node when a cluster listener is installed on a given node.
Specifically used to create un-initialized
ReplicableCommands from a byte stream.Represents an application-level exception originating in a remote node.
Return the first successful response for a staggered remote get, used in dist mode.
Simple interface to extract all the keys that may need to be locked.
This is a metadata type used by scattered cache during state transfer.
WARNING: Generated code! Do not edit!
Cross-Site state transfer status & collector
Defines the state of a remotely originated transaction.
Context to be used for transaction that originated remotely.
Listener that is notified when a remote value is looked up
Deprecated.
Users should use
RemovableCloseableIterator insteadDeprecated.
Users should use
RemovableIterator insteadRepresents a
CacheWriter.delete(Object) (Object)} modificationRemoves an entry that is expired from memory
removeListenerAsync action
An extension of
ReadCommittedEntry that provides Repeatable Read semanticsThe core of the command-based cache framework.
ReplicableCommandExternalizer.
Replicable Command that runs the given Function passing the
EmbeddedCacheManager as an argumentReplicable Command that runs the given Runnable
Special implementation of
ConsistentHash for replicated caches.Factory for ReplicatedConsistentHash.
Interface responsible to send back the return value to the sender.
A remote command invocation request.
This class was copied from JGroups and adapted.
A response to be sent back to a remote caller
A representation of a request's responses.
A mechanism of filtering RPC responses.
A component that generates responses as is expected by different cache setups
Creates a ResponseGenerator
Represents different handling mechanisms when dealing with remote command responses.
Used in @{link org.infinispan.configuration.cache.CacheMode#SCATTERED_SYNC scattered cache}
The commit is executed in
ScatteredDistributionInterceptor
before replicating the change from primary owner.Informs node that it is not allowed to serve reads from the local record anymore.
Key provider that relies on
Random's distribution to generate keys.A role to permission mapping.
Maps roles to permissions
WARNING: Generated code! Do not edit!
Command corresponding to a transaction rollback.
RollingUpgradeManager handles the synchronization of data between Infinispan
clusters when performing rolling upgrades.
Thrown when an RPC problem occurred on the caller.
Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to
the registered
Transport.A factory for the RpcManager
This component really is just a wrapper around a
Transport implementation,
and is used to set up the transport and provide lifecycle and dependency hooks into external transport
implementations.Classes that wraps all the configuration parameters to configure a remote invocation.
Static factory class that provides methods to obtain commonly used instances for interoperation between RxJava
and standard JRE.
Similar to
DistCacheWriterInterceptor but as commands are not forwarded from primary owner
so we just write to the store all the time (with non-shared interceptors).CH used by scattered caches.
Based on
DefaultConsistentHashFactory.This interceptor mixes several functions:
A) replicates changes to other nodes
B) commits the entry
C) schedules invalidation
On primary owner, the commit is executed before the change is replicated to other node.
Scattered caches always need to preload all entries.
Start transferring keys and remote metadata for the given segments.
Manages versions of entries and states of segments.
Used to configure and create scheduled executors
Configures executor factory.
Schema.
ScopedPersistentState represents state which needs to be persisted, scoped by name (e.g.
ScopedPersistentStateImpl.
Key for scoped entries in the ClusterConfigurationManager state cache
A filter for
ScopedState that allows listeners of the global state cache to choose events by scope.Copy of
Scopes to avoid a runtime dependency on the annotations module.SecureCache.
SecureCacheImpl.
Security.
SecurityConfiguration.
SecurityConfigurationBuilder.
Terminal stream operation that is aware of segments being lost.
This is the same as
SegmentPublisherSupplier except that it also allows listening for when a segment is
lost.Notification that can also contains lost segments.
Deprecated.
since 11.0 replaced by
NonBlockingStoreA PublisherResult that was performed due to segments only
A
Publisher that also notifies in a thread safe manner when a segment has sent all values upstream.Wrapper around an element returned that can either be a value or a segment completion.
Interface to be implemented when the command can define a single segment for its operation.
Executes tasks in the given executor, but never has more than
maxConcurrentTasks tasks running at the same time.This is a functional interface that is the same as a
BiConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
BiFunction except that it must also be
SerializableThis is a functional interface that is the same as a
BinaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
Callable except that it must also be
SerializableThis is a functional interface that is the same as a
Comparator except that it must also be
SerializableThis is a functional interface that is the same as a
Consumer except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleBinaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleFunction except that it must also be
SerializableThis is a functional interface that is the same as a
DoublePredicate except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleToIntFunction except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleToLongFunction except that it must also be
SerializableThis is a functional interface that is the same as a
DoubleUnaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
Function except that it must also be
SerializableThis is a functional interface that is the same as a
IntBinaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
IntConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
IntFunction except that it must also be
SerializableThis is a functional interface that is the same as a
IntPredicate except that it must also be
SerializableThis is a functional interface that is the same as a
IntToDoubleFunction except that it must also be
SerializableThis is a functional interface that is the same as a
IntToLongFunction except that it must also be
SerializableThis is a functional interface that is the same as a
IntUnaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
LongBinaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
LongConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
LongFunction except that it must also be
SerializableThis is a functional interface that is the same as a
LongPredicate except that it must also be
SerializableThis is a functional interface that is the same as a
LongToDoubleFunction except that it must also be
SerializableThis is a functional interface that is the same as a
LongToIntFunction except that it must also be
SerializableThis is a functional interface that is the same as a
LongUnaryOperator except that it must also be
SerializableThis is a functional interface that is the same as a
ObjDoubleConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
ObjIntConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
ObjLongConsumer except that it must also be
SerializableThis is a functional interface that is the same as a
Predicate except that it must also be
SerializableThis is a functional interface that is the same as a
Runnable except that it must also be
SerializableThis is a functional interface that is the same as a
Supplier except that it must also be
SerializableThis is a functional interface that is the same as a
ToDoubleFunction except that it must also be
SerializableThis is a functional interface that is the same as a
ToIntFunction except that it must also be
SerializableThis is a functional interface that is the same as a
ToLongFunction except that it must also be
SerializableConfigures serialization and marshalling settings.
Manages
SerializationContext across modules for use by various components.SerializedWith, specifies the
ConfigurationSerializer to use to serialize the annotated classSetCacheAvailabilityAction.
A set that maps another one to a new one of a possibly different type.
SetThreadContextClassLoaderAction.
SetThreadNameAction.
Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore.
Behavior of the JVM shutdown hook registered by the cache
Invocation stage representing a computation that may or may not be done yet.
Simple local cache without interceptor stack.
A simple versioning scheme that is cluster-aware
WARNING: Generated code! Do not edit!
A version generator implementation for SimpleClusteredVersions
A filesystem-based implementation of a
NonBlockingStore.Defines the configuration for the single file cache store.
Single file cache store configuration builder.
A single key
BackupWriteCommand for single key non-functional commands.A single key
BackupWriteCommand for single key functional commands.Response collector for a single response.
Aggregates a single command for replication.
KeyPartitioner that always returns 0 for a given segment.
Request implementation that waits for a response from a single target site.
Request implementation that waits for a response from a single target node.
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
Implementation
Address that contains the site name.Deprecated.
since 11.0.
Deprecated.
since 11.0.
It stores the entry value and
Metadata for a specific site.The site state.
A site status.
A simple interface that is invoked by
OfflineStatus when a particular site changes its
status to online/offline.A
XSiteResponse which is competed with a SuspectException.Factory for creating size calculator used to estimate size of objects
Command to calculate the size of the cache
Performs skip operation on a
DoubleStreamPerforms skip operation on a
IntStreamPerforms skip operation on a
LongStreamPerforms skip operation on a regular
StreamPerforms sorted operation with a comparator on a regular
StreamPerforms sorted operation on a
DoubleStreamPerforms sorted operation on a
IntStreamPerforms sorted operation on a
LongStreamPerforms sorted operation on a regular
StreamStartThreadAction.
Encapsulates a chunk of cache entries that belong to the same segment.
Handles inbound state transfers.
StateConsumer implementation.Handles outbound state transfers.
StateProvider implementation.This command is used by a StateProvider to push cache entries to a StateConsumer.
Cancel state transfer.
Configures how state is retrieved when a new cache joins the cluster.
Configures how state is transferred when a cache joins or leaves the cluster.
Get the registered cluster listeners.
Get transactions for the specified segments.
This interceptor has two tasks:
If the command's topology id is higher than the current topology id,
wait for the node to receive transaction data for the new topology id.
If the topology id changed during a command's execution, retry the command, but only on the
originator (which replicates it to the new owners).
If the cache is configured with asynchronous replication, owners cannot signal to the originator that they
saw a new topology, so instead each owner forwards the command to all the other owners in the new topology.
We use the state transfer lock for three different things:
We don't want to execute a command until we have the transaction table for that topology id.
StateTransferLock implementation.A component that manages the state transfer when the topology of the cluster changes.
StateTransferManager implementation.Start state transfer.
Cross-site state transfer status.
Determines whether cache statistics are gathered.
Determines whether cache statistics are gathered.
Stats.
Wraps existing
AdvancedCache to collect statisticsResponses for functional commands that allow to record statistics.
StatsImpl.
Key/value storage information (storage media type and wrapping).
Enumeration defining the various storage types for the data container.
Modification representing
CacheWriter.write(MarshallableEntry).StoreConfiguration contains generic configuration elements available to all the stores.
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
An exception thrown by the
PersistenceManager if one or more
stores are unavailable when a cache operation is attempted.Static factory class containing methods that will provide marshallable instances for very common use cases.
Deprecated.
Since 10.0.
An hash function for stripping.
Holder for stamped locks that provides ability to retrieve them by offset and hashCode
Note that locks protect entries
A lock container used with lock stripping.
SubjectACL.
WARNING: Generated code! Do not edit!
A successful response
Thrown when a member is suspected during remote method invocation
ConsistentHashFactory implementation
that guarantees that multiple caches with the same members will
have the same consistent hash (unlike DefaultConsistentHashFactory).Synchronization implementation for integrating with the TM.A class that handles restarts of components via multiple threads.
LocalTransaction implementation to be used with SynchronizationAdapter.A
XSiteStateProviderState for synchronous cross-site replication state transfer.SyncConsistentHashFactory adapted for replicated caches, so that the primary owner of a key
is the same in replicated and distributed caches.It keeps tracks of cross-site requests to take sites offline when certain failures conditions happen.
The return value of
TakeOfflineManager.takeSiteOffline(String).Performs migration operations on the target server or cluster of servers
Table holding the entry positions in log before these are persisted to the index.
Interface describing an operation that is a terminal one that doesn't track keys.
Thrown when a timeout occurred.
A
TimerTracker implementation that updates a Timer instance.Some of the commands sent over the wire can only be honored by the receiver if the topology of the cluster at
delivery time is still 'compatible' with the topology in place at send time (eg.
Wraps a TopologyUUID JGroups address
Default topology-aware consistent hash factory implementation.
A
ConsistentHashFactory implementation that guarantees caches
with the same members have the same consistent hash and also tries to distribute segments based on the
topology information in TransportConfiguration.This annotation should be used on methods that need to be notified when the
ConsistentHash implementation
in use by the DistributionManager changes due to a change in cluster topology.The event passed in to methods annotated with
TopologyChanged.This class holds the topology hierarchy of a cache's members and estimates for owned segments.
Base class for locations.
The version stored per
CacheEntry for IRAC.WARNING: Generated code! Do not edit!
The cluster topology is a tree with five levels: the entire cluster, sites, racks, machines, and
individual nodes.
It checks or waits until the required topology is installed.
Coordinator to member:
The coordinator is updating the consistent hash.
Update the stable topology.
This command updates a cache entry's last access timestamp.
Control how the timestamp of read keys are updated on all the key owners in a cluster.
Deprecated.
since 11.0 replaced by
NonBlockingStoreAn event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call
originated locally or remotely.
Interceptor that prevents the cache from inserting too many entries over a configured maximum amount.
Invocation context to be used for transactional caches.
Simple interface to extract all the keys that may need to be locked for transactional commands.
An interceptor which ensures that writes to an underlying transactional store are prepared->committed/rolledback as part
of the 2PC, therefore ensuring that the cache and transactional store(s) remain consistent.
An transaction boundary command that allows the retrieval of an attached
GlobalTransactionThis annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and the transaction completes, either with a commit or a rollback.
This event is passed in to any method annotated with
TransactionCompleted.Defines transactional (JTA) characteristics of the cache.
Defines transactional (JTA) characteristics of the cache.
Coordinates transaction prepare/commits as received from the
TransactionManager.Factory for transaction related state.
A representation of a transaction that is suitable for transferring between a StateProvider and a StateConsumer
running on different members of the same cache.
Uses a number of mechanisms to retrieve a transaction manager.
Transaction mode
Enumeration containing the available transaction modes for a cache.
An interface to check if the transaction originator is left or not.
This annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and registers a
Synchronization with a registered TransactionManager.This event is passed in to any method annotated with
TransactionRegistered.Factory for the TransactionSynchronizationRegistry
With the Non-Blocking State Transfer (NBST) in place it is possible for a transactional command to be forwarded
multiple times, concurrently to the same node.
Repository for
RemoteTransaction and TransactionXaAdapters (locally
originated transactions).Interface that allows to fetch the
GlobalTransaction associated to local or
remote transactions.Factory for
TransactionTable objects.This acts both as an local
CacheTransaction and implementor of an XAResource that will be called by tx manager on various tx stages.A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
A transient cache value, to correspond with
TransientCacheEntryA cache entry that is both transient and mortal.
A transient, mortal cache value to correspond with
TransientMortalCacheEntryAn interface that provides a communication link with remote caches.
Configures the transport used for network communications across the cluster.
Factory for Transport implementations.
Unsorted traversable stream for sequential and aggregating operations.
Externalizer for the triangle acknowledges.
Non-transactional interceptor used by distributed caches that supports concurrent writes.
Some utility functions for
TriangleDistributionInterceptor.An
Action that checks if the command is the next to be executed.It manages the order of updates from the primary owner to backup owner.
A
PerCacheInboundInvocationHandler implementation for non-transactional and distributed caches that uses the
triangle algorithm.Represents an operation that accepts three input arguments and returns no
result.
Performs conversions where there is no direct transcoder, but there are two transcoders available:
one from source media type to application/x-java-object
one from application/x-java-object to the destination media type
Extends
Key2StringMapper and allows a bidirectional transformation between keys and Strings.Command for removing recovery related information from the cluster.
Handles the distribution of the transactional caches.
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction
participant, propagating remotely initiated changes.
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
Locked Stream that is designed for transactions.
A
PerCacheInboundInvocationHandler implementation for non-total order caches.Deprecated.
since 10.0
Deprecated.
since 10.0
UndefineConfigurationAction.
Performs unordered operation on a
BaseStreamMemory allocator that just allocates memory directly using
Unsafe.Controls certain tuning parameters that may break some of Infinispan's public API contracts in
exchange for better performance in some cases.
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
An unsuccessful response
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since
the sender is in a state of flux (probably in the middle of rebalancing)
Thrown when client's code passed as a labda expression in commands such as
ComputeIfAbsentCommand
raises a exception.A valid response
Base class for response collectors, splitting responses into valid responses, exception responses, and target missing.
CacheCollection that can be used for the values method of a cache.
A policy for determining if a write command should be executed based on the current value in the cache.
Deprecated.
Use
Version insteadDeprecated.
since 11.0 (no longer used).
The same as a
CommitCommand except that version information is also carried by this command, used by
optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ.A version of the
TxDistributionInterceptor that adds logic to handling prepares when entries are
versioned.Interceptor in charge with wrapping entries and add them in caller's context.
Same as
PrepareCommand except that the transaction originator makes evident the versions of entries touched
and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).A version of RepeatableReadEntry that can perform write-skew checks during prepare.
Generates versions
Version generator component factory.
The various versioning schemes supported
Interceptor installed when compatiblity is enabled.
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology changes (i.e., a member joins or leaves the cluster).
This event is passed in to any method annotated with
ViewChanged.A type of command that can accept
Visitors, such as DDAsyncInterceptor.Response collector that discards successful responses and returns
null.An implementation of
LocalConfigurationStorage which does only supports
CacheContainerAdmin.AdminFlag.VOLATILE operationsDeprecated.
Deprecated.
since 12.0.
WildFly transaction client lookup (WildFly 11 and later).
Used by
ComponentAccessor implementations for retrieving a component based on name and class.An executor that works within the current thread.
Executor factory that creates WithinThreadExecutor.
This class is an implementation for
TwoWayKey2StringMapper that supports both primitives
and WrappedByteArrays.Size calculator that supports a
WrappedByteArray by adding its size and the underlying byte[].Deprecated.
since 10.0
A writeable cache collection mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Collection does.A writeable cache set mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Set does.A command that modifies the cache in some way
Write-only map implementation.
Thrown when a write skew is detected
Encapsulates write skew logic in maintaining version maps, etc.
TransactionTable to be used with TransactionXaAdapter.Managed bean exposing sys admin operations for Cross-Site replication functionality.
Amend a sites offline status.
A listener to be notified when an asynchronous cross-site request is completed.
A
CacheRpcCommand to check the remote site status and state transfer mode in the local cluster.Take a site offline.
An interface to resolve conflicts for asynchronous cross-site replication.
A factory for
XSiteEntryMergePolicy.An alias with the provided implementation of
XSiteEntryMergePolicy.Collects metrics about cross-site replication operations.
Caches the site name
String and ByteString instances.Get the offline status of a
BackupSender.Abstract class to invoke RPC on the remote site.
An extension to
CompletionStage with XSiteResponse.whenCompleted(XSiteResponseCompleted).Default implementation of
XSiteResponse.A
CacheRpcCommand that sets the XSiteStateTransferMode cluster-wide.Represents the state of a single key to be sent to a backup site.
It contains the logic needed to consume the state sent from other site.
It contains the logic needed to consume the state sent from other site.
It contains the logic to send state to another site.
It contains the logic to send state to another site.
Interface to store the information about a single remote site for
XSiteStateProviderImpl.Wraps the state to be sent to another site
Sends local cluster state to remote site.
Cancel sending XSite state.
Clear XSite state transfer status.
It collects the acknowledgements sent from local site member to signal the ending of the state sent.
Configuration needed for State Transfer between different sites.
Configuration Builder to configure the state transfer between sites.
Finish receiving XSite state.
Finish sending XSite state.
It manages the state transfer between sites.
XSiteStateTransferManager implementation.Restart sending XSite state.
Start receiving XSite state.
Start send XSite state.
Get XSite state transfer status.
Return the status of a
BackupSender.Take a site offline.
A
GlobalRpcCommand which notifies new remote sites are online.
BasicComponentRegistryinstead.