Uses of Package
org.infinispan.transaction.impl

Package
Description
Commands that represent transactional lifecycle transitions.
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.
Factories are internal components used to create other components based on a cache's configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Implementations of the PersistenceManager interface, which define the logic of how infinispan interacts with external stores.
 
Transfer of state to new caches in a cluster.
 
 
XA transaction support.
 
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
This is the private xsite package.