Class MessageIdData

java.lang.Object
org.apache.pulsar.common.api.proto.MessageIdData

public final class MessageIdData extends Object
  • Constructor Details

    • MessageIdData

      public MessageIdData()
  • Method Details

    • hasLedgerId

      public boolean hasLedgerId()
    • getLedgerId

      public long getLedgerId()
    • setLedgerId

      public MessageIdData setLedgerId(long ledgerId)
    • clearLedgerId

      public MessageIdData clearLedgerId()
    • hasEntryId

      public boolean hasEntryId()
    • getEntryId

      public long getEntryId()
    • setEntryId

      public MessageIdData setEntryId(long entryId)
    • clearEntryId

      public MessageIdData clearEntryId()
    • hasPartition

      public boolean hasPartition()
    • getPartition

      public int getPartition()
    • setPartition

      public MessageIdData setPartition(int partition)
    • clearPartition

      public MessageIdData clearPartition()
    • hasBatchIndex

      public boolean hasBatchIndex()
    • getBatchIndex

      public int getBatchIndex()
    • setBatchIndex

      public MessageIdData setBatchIndex(int batchIndex)
    • clearBatchIndex

      public MessageIdData clearBatchIndex()
    • getAckSetsCount

      public int getAckSetsCount()
    • getAckSetAt

      public long getAckSetAt(int idx)
    • addAckSet

      public void addAckSet(long ackSet)
    • clearAckSet

      public MessageIdData clearAckSet()
    • hasBatchSize

      public boolean hasBatchSize()
    • getBatchSize

      public int getBatchSize()
    • setBatchSize

      public MessageIdData setBatchSize(int batchSize)
    • clearBatchSize

      public MessageIdData clearBatchSize()
    • hasFirstChunkMessageId

      public boolean hasFirstChunkMessageId()
    • getFirstChunkMessageId

      public MessageIdData getFirstChunkMessageId()
    • setFirstChunkMessageId

      public MessageIdData setFirstChunkMessageId()
    • clearFirstChunkMessageId

      public MessageIdData clearFirstChunkMessageId()
    • writeTo

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

      public int getSerializedSize()
    • parseFrom

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

      public MessageIdData clear()
    • copyFrom

      public MessageIdData copyFrom(MessageIdData _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)