Uses of Class
org.infinispan.commands.remote.ClusteredGetCommand
-
Packages that use ClusteredGetCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of ClusteredGetCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ClusteredGetCommand Modifier and Type Method Description ClusteredGetCommand
CommandsFactory. buildClusteredGetCommand(Object key, int segment, long flagsBitSet)
Builds a ClusteredGetCommand, which is a remote lookup commandClusteredGetCommand
CommandsFactoryImpl. buildClusteredGetCommand(Object key, int segment, long flagsBitSet)
-