Class TextFlushAllCommand

java.lang.Object
net.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.text.TextFlushAllCommand
All Implemented Interfaces:
WriteMessage
Direct Known Subclasses:
KestrelFlushAllCommand

public class TextFlushAllCommand extends Command
FlushAll command for text protocol
  • Field Details

    • FLUSH_ALL

      public static final ByteBuffer FLUSH_ALL
    • exptime

      protected int exptime
  • Constructor Details

    • TextFlushAllCommand

      public TextFlushAllCommand(CountDownLatch latch, int delay, boolean noreply)
  • Method Details