org.infinispan.server.memcached.commands
Interface TextCommand

All Superinterfaces:
Command
All Known Implementing Classes:
AddCommand, AppendCommand, CasCommand, DecrementCommand, DeleteCommand, FlushAllCommand, GetCommand, GetsCommand, IncrementCommand, NumericCommand, PrependCommand, QuitCommand, ReplaceCommand, RetrievalCommand, SetCommand, StatsCommand, StorageCommand, VersionCommand

public interface TextCommand
extends Command

TextCommand.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 Object acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 CommandType getType()
           
 
Methods inherited from interface org.infinispan.server.memcached.Command
perform
 

Method Detail

acceptVisitor

Object acceptVisitor(ChannelHandlerContext ctx,
                     TextProtocolVisitor next)
                     throws Throwable
Throws:
Throwable

getType

CommandType getType()

Google Analytics

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