org.infinispan.server.memcached.commands
Class FlushAllCommand

java.lang.Object
  extended by org.infinispan.server.memcached.commands.FlushAllCommand
All Implemented Interfaces:
Command, TextCommand

public class FlushAllCommand
extends Object
implements TextCommand

FlushAllCommand.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 Object acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
 CommandType getType()
           
static FlushAllCommand newFlushAllCommand(Cache cache, long delay, ScheduledExecutorService scheduler, boolean noReply)
           
 Object perform(ChannelHandlerContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

acceptVisitor

public Object acceptVisitor(ChannelHandlerContext ctx,
                            TextProtocolVisitor next)
                     throws Throwable
Specified by:
acceptVisitor in interface TextCommand
Throws:
Throwable

getType

public CommandType getType()
Specified by:
getType in interface TextCommand

perform

public Object perform(ChannelHandlerContext ctx)
               throws Throwable
Specified by:
perform in interface Command
Throws:
Throwable

newFlushAllCommand

public static FlushAllCommand newFlushAllCommand(Cache cache,
                                                 long delay,
                                                 ScheduledExecutorService scheduler,
                                                 boolean noReply)

Google Analytics

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