Class TextDeleteCommand

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

public class TextDeleteCommand extends Command
Delete command for text protocol
  • Field Details

    • time

      protected int time
  • Constructor Details

    • TextDeleteCommand

      public TextDeleteCommand(String key, byte[] keyBytes, int time, CountDownLatch latch, boolean noreply)
  • Method Details

    • getTime

      public final int getTime()
    • setTime

      public final void setTime(int time)
    • decode

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

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