Class TextTouchCommand

  • All Implemented Interfaces:
    WriteMessage

    public class TextTouchCommand
    extends Command
    Touch command for touch protocol.
    Since:
    1.3.8
    • Constructor Detail

      • TextTouchCommand

        public TextTouchCommand​(java.lang.String key,
                                byte[] keyBytes,
                                CommandType cmdType,
                                java.util.concurrent.CountDownLatch latch,
                                int expTime,
                                boolean noreply)
    • Method Detail

      • getExpTime

        public int getExpTime()
      • setExpTime

        public void setExpTime​(int expTime)
      • encode

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