Uses of Package
org.infinispan.commands

Packages that use org.infinispan.commands
Package
Description
 
Commands that operate on the cache, either locally or remotely.
 
Meta-commands that wrap other commands for remote execution.
Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.
This package contains different context implementations, selected dynamically based on the type of invocation.
Classes related to eviction.
 
 
Factories are internal components used to create other components based on a cache's configuration.
 
Infinispan is designed around a set of interceptors around a data container.
 
Cache-specific notifications and eventing.
 
 
 
 
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
 
 
 
XA transaction support.
 
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.
Lock and synchronization related classes, tools and utilities.