Class PutMapCommand

All Implemented Interfaces:
FlagAffectedCommand, MetadataAwareCommand, ReplicableCommand, TopologyAffectedCommand, VisitableCommand, WriteCommand, RemoteLockCommand

A command writing multiple key/value pairs with the same metadata.

Note: In scattered caches, push state transfer uses PutMapCommand but wraps the values in InternalCacheValue instances in order to preserve the original metadata and timestamps.

Since:
4.0
Author:
Mircea.Markus@jboss.com