Class ClusteredGetAllCommand<K,V>

All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand

public class ClusteredGetAllCommand<K,V> extends BaseClusteredReadCommand
Issues a remote getAll call. This is not a VisitableCommand and hence not passed up the interceptor chain.
Author:
Radim Vansa <[email protected]>