Uses of Class
org.infinispan.commands.remote.ClusteredGetAllCommand
-
Packages that use ClusteredGetAllCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of ClusteredGetAllCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ClusteredGetAllCommand Modifier and Type Method Description ClusteredGetAllCommand
CommandsFactory. buildClusteredGetAllCommand(List<?> keys, long flagsBitSet, GlobalTransaction gtx)
Builds a ClusteredGetAllCommand, which is a remote lookup commandClusteredGetAllCommand
CommandsFactoryImpl. buildClusteredGetAllCommand(List<?> keys, long flagsBitSet, GlobalTransaction gtx)
-