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

    • CACHE_DUMP_COMMAND

      public static final String CACHE_DUMP_COMMAND
      See Also:
    • itemNumber

      private int itemNumber
  • 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
    • done

      private final boolean done(MemcachedSession session)
    • encode

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