com.schooner.MemCached.command
Class FlushAllCommand
java.lang.Object
com.schooner.MemCached.command.Command
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
|
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 |
log
public static org.slf4j.Logger log
OK
public static final byte[] OK
FlushAllCommand
public FlushAllCommand()
response
public boolean response(SchoonerSockIO sock,
short rid)
throws IOException
- Throws:
IOException
Copyright © 2012 Schooner Information Technology. All Rights Reserved.