Uses of Class
org.infinispan.commands.remote.BaseClusteredReadCommand
-
Packages that use BaseClusteredReadCommand Package Description org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. -
-
Uses of BaseClusteredReadCommand in org.infinispan.commands.remote
Subclasses of BaseClusteredReadCommand in org.infinispan.commands.remote Modifier and Type Class Description class
ClusteredGetAllCommand<K,V>
Issues a remote getAll call.class
ClusteredGetCommand
Issues a remote get call.
-