Class SizeCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.read.SizeCommand
All Implemented Interfaces:
FlagAffectedCommand, CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand

public class SizeCommand extends BaseRpcCommand implements FlagAffectedCommand, TopologyAffectedCommand
Command to calculate the size of the cache
Since:
4.0
Author:
Manik Surtani (manik@jboss.org), Mircea.Markus@jboss.com, Trustin Lee