Class TextCacheDumpCommand

java.lang.Object
net.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.text.TextCacheDumpCommand
All Implemented Interfaces:
WriteMessage

public class TextCacheDumpCommand extends Command
  • Field Details

  • Constructor Details

    • TextCacheDumpCommand

      public TextCacheDumpCommand(CountDownLatch latch, int itemNumber)
  • Method Details

    • getItemNumber

      public final int getItemNumber()
    • setItemNumber

      public final void setItemNumber(int itemNumber)
    • decode

      public final boolean decode(MemcachedTCPSession session, ByteBuffer buffer)
      Specified by:
      decode in class Command
    • encode

      public final void encode()
      Specified by:
      encode in class Command