Uses of Class
org.infinispan.server.memcached.Reply

Packages that use Reply
org.infinispan.server.memcached   
org.infinispan.server.memcached.commands   
 

Uses of Reply in org.infinispan.server.memcached
 

Methods in org.infinispan.server.memcached that return Reply
static Reply Reply.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Reply[] Reply.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Reply in org.infinispan.server.memcached.commands
 

Methods in org.infinispan.server.memcached.commands that return Reply
protected  Reply SetCommand.put(String key, int flags, byte[] data)
           
protected  Reply AppendCommand.put(String key, int flags, byte[] data)
           
protected  Reply AddCommand.put(String key, int flags, byte[] data, long expiry)
           
protected  Reply CasCommand.put(String key, int flags, byte[] data, long expiry)
           
protected  Reply SetCommand.put(String key, int flags, byte[] data, long expiry)
           
protected  Reply AppendCommand.put(String key, int flags, byte[] data, long expiry)
           
protected  Reply ReplaceCommand.put(String key, int flags, byte[] data, long expiry)
           
 


Google Analytics

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