Uses of Class
org.infinispan.commands.write.PutMapCommand

Packages that use PutMapCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
 
Commands that alter the state of the cache.
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.
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.
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.