Class CommandSend


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

      • CommandSend

        public CommandSend()
    • Method Detail

      • hasProducerId

        public boolean hasProducerId()
      • getProducerId

        public long getProducerId()
      • setProducerId

        public CommandSend setProducerId​(long producerId)
      • clearProducerId

        public CommandSend clearProducerId()
      • hasSequenceId

        public boolean hasSequenceId()
      • getSequenceId

        public long getSequenceId()
      • setSequenceId

        public CommandSend setSequenceId​(long sequenceId)
      • clearSequenceId

        public CommandSend clearSequenceId()
      • hasNumMessages

        public boolean hasNumMessages()
      • getNumMessages

        public int getNumMessages()
      • setNumMessages

        public CommandSend setNumMessages​(int numMessages)
      • clearNumMessages

        public CommandSend clearNumMessages()
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • setTxnidLeastBits

        public CommandSend setTxnidLeastBits​(long txnidLeastBits)
      • clearTxnidLeastBits

        public CommandSend clearTxnidLeastBits()
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • setTxnidMostBits

        public CommandSend setTxnidMostBits​(long txnidMostBits)
      • clearTxnidMostBits

        public CommandSend clearTxnidMostBits()
      • hasHighestSequenceId

        public boolean hasHighestSequenceId()
      • getHighestSequenceId

        public long getHighestSequenceId()
      • setHighestSequenceId

        public CommandSend setHighestSequenceId​(long highestSequenceId)
      • clearHighestSequenceId

        public CommandSend clearHighestSequenceId()
      • hasIsChunk

        public boolean hasIsChunk()
      • isIsChunk

        public boolean isIsChunk()
      • setIsChunk

        public CommandSend setIsChunk​(boolean isChunk)
      • hasMarker

        public boolean hasMarker()
      • isMarker

        public boolean isMarker()
      • setMarker

        public CommandSend setMarker​(boolean marker)
      • 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)