Uses of Interface
org.infinispan.commands.VisitableCommand

Packages that use VisitableCommand
Package
Description
 
Commands that operate on the cache, either locally or remotely.
 
 
 
Meta-commands that wrap other commands for remote execution.
Commands that represent transactional lifecycle transitions.
Commands that alter the state of the cache.
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.
 
 
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
 
Transfer of state to new caches in a cluster.
This is the private xsite package.