Class CommandFlow


  • public final class CommandFlow
    extends java.lang.Object
    • Constructor Detail

      • CommandFlow

        public CommandFlow()
    • Method Detail

      • hasConsumerId

        public boolean hasConsumerId()
      • getConsumerId

        public long getConsumerId()
      • setConsumerId

        public CommandFlow setConsumerId​(long consumerId)
      • clearConsumerId

        public CommandFlow clearConsumerId()
      • hasMessagePermits

        public boolean hasMessagePermits()
      • getMessagePermits

        public int getMessagePermits()
      • setMessagePermits

        public CommandFlow setMessagePermits​(int messagePermits)
      • clearMessagePermits

        public CommandFlow clearMessagePermits()
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)