Uses of Class
org.infinispan.server.memcached.commands.CommandType

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

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

Methods in org.infinispan.server.memcached.commands that return CommandType
 CommandType StorageCommand.getType()
           
 CommandType VersionCommand.getType()
           
 CommandType NumericCommand.getType()
           
 CommandType QuitCommand.getType()
           
 CommandType TextCommand.getType()
           
 CommandType DeleteCommand.getType()
           
 CommandType StatsCommand.getType()
           
 CommandType RetrievalCommand.getType()
           
 CommandType FlushAllCommand.getType()
           
static CommandType CommandType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandType[] CommandType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.infinispan.server.memcached.commands with parameters of type CommandType
static TextCommand NumericCommand.newNumericCommand(Cache cache, CommandType type, String key, String delta, boolean noReply)
           
static TextCommand RetrievalCommand.newRetrievalCommand(Cache<String,Value> cache, CommandType type, RetrievalParameters params)
           
static TextCommand StatsCommand.newStatsCommand(Cache cache, CommandType type, InterceptorChain chain)
           
static TextCommand StorageCommand.newStorageCommand(Cache<String,Value> cache, CommandType type, StorageParameters params, byte[] data, boolean noReply)
           
 

Constructors in org.infinispan.server.memcached.commands with parameters of type CommandType
DecrementCommand(Cache cache, CommandType type, String key, String delta, boolean noReply)
           
IncrementCommand(Cache cache, CommandType type, String key, String delta, boolean noReply)
           
NumericCommand(Cache cache, CommandType type, String key, String delta, boolean noReply)
           
 


Google Analytics

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