Uses of Interface
org.infinispan.server.memcached.Command

Packages that use Command
org.infinispan.server.memcached   
org.infinispan.server.memcached.commands   
org.infinispan.server.memcached.interceptors   
 

Uses of Command in org.infinispan.server.memcached
 

Methods in org.infinispan.server.memcached that return Command
 Command CommandFactory.createCommand(String line)
           
 

Methods in org.infinispan.server.memcached with parameters of type Command
 Object InterceptorChain.invoke(ChannelHandlerContext ctx, Command command)
           
 

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

Subinterfaces of Command in org.infinispan.server.memcached.commands
 interface TextCommand
          TextCommand.
 

Classes in org.infinispan.server.memcached.commands that implement Command
 class AddCommand
          AddCommand.
 class AppendCommand
          AppendCommand.
 class CasCommand
          CasCommand.
 class DecrementCommand
          DecrementCommand.
 class DeleteCommand
          DeleteCommand.
 class FlushAllCommand
          FlushAllCommand.
 class GetCommand
          GetCommand.
 class GetsCommand
          GetsCommand.
 class IncrementCommand
          IncrementCommand.
 class NumericCommand
          NumericCommand.
 class PrependCommand
          PrependCommand.
 class QuitCommand
          QuitCommand.
 class ReplaceCommand
          ReplaceCommand.
 class RetrievalCommand
          RetrievalCommand.
 class SetCommand
          SetCommand.
 class StatsCommand
          StatsCommand.
 class StorageCommand
          StorageCommand.
 class VersionCommand
          VersionCommand.
 

Methods in org.infinispan.server.memcached.commands that return Command
 Command StorageCommand.setData(byte[] data)
           
 Command CasCommand.setData(byte[] data)
           
 

Uses of Command in org.infinispan.server.memcached.interceptors
 

Methods in org.infinispan.server.memcached.interceptors with parameters of type Command
 Object TextProtocolInterceptorChain.invoke(ChannelHandlerContext ctx, Command command)
           
 


Google Analytics

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