com.schooner.MemCached.command
Class FlushAllCommand

java.lang.Object
  extended by com.schooner.MemCached.command.Command
      extended by com.schooner.MemCached.command.FlushAllCommand

public class FlushAllCommand
extends Command

The command that remove all the items in memcached server.

Since:
2.5.0
Author:
Qinliang Lin
See Also:
FlushAllCommand

Field Summary
static org.slf4j.Logger log
           
static byte[] OK
           
 
Fields inherited from class com.schooner.MemCached.command.Command
B_NEXTLINE, B_RETURN, DELIMITER, RETURN, textLine
 
Constructor Summary
FlushAllCommand()
           
 
Method Summary
 boolean response(SchoonerSockIO sock, short rid)
           
 
Methods inherited from class com.schooner.MemCached.command.Command
request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.slf4j.Logger log

OK

public static final byte[] OK
Constructor Detail

FlushAllCommand

public FlushAllCommand()
Method Detail

response

public boolean response(SchoonerSockIO sock,
                        short rid)
                 throws IOException
Throws:
IOException


Copyright © 2012 Schooner Information Technology. All Rights Reserved.