Uses of Interface
org.infinispan.server.memcached.commands.TextCommand

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

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

Classes in org.infinispan.server.memcached.commands that implement TextCommand
 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 TextCommand
 TextCommand CommandFactory.createCommand(String line)
           
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)
           
 

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

Methods in org.infinispan.server.memcached.interceptors with parameters of type TextCommand
protected  Object AbstractVisitor.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
protected  Object TextCommandInterceptorImpl.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
protected  Object CallInterceptor.handleDefault(ChannelHandlerContext ctx, TextCommand command)
           
 Object TextCommandInterceptor.invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 Object TextCommandInterceptorImpl.invokeNextInterceptor(ChannelHandlerContext ctx, TextCommand command)
           
 


Google Analytics

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