Uses of Class
org.infinispan.commands.remote.ClusteredGetCommand

Packages that use ClusteredGetCommand
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
 ClusteredGetCommand CommandsFactoryImpl.buildClusteredGetCommand(Object key, Set<Flag> flags, boolean acquireRemoteLock, GlobalTransaction gtx)
           
 ClusteredGetCommand CommandsFactory.buildClusteredGetCommand(Object key, Set<Flag> flags, boolean acquireRemoteLock, GlobalTransaction gtx)
          Builds a ClusteredGetCommand, which is a remote lookup command
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.