Class ResetCursorData


  • public class ResetCursorData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResetCursorData​(long ledgerId, long entryId)  
      ResetCursorData​(long ledgerId, long entryId, boolean isExcluded)  
      ResetCursorData​(org.apache.pulsar.client.api.MessageId messageId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ledgerId

        protected long ledgerId
      • entryId

        protected long entryId
      • partitionIndex

        protected int partitionIndex
      • isExcluded

        protected boolean isExcluded
      • batchIndex

        protected int batchIndex
    • Constructor Detail

      • ResetCursorData

        public ResetCursorData​(long ledgerId,
                               long entryId)
      • ResetCursorData

        public ResetCursorData​(long ledgerId,
                               long entryId,
                               boolean isExcluded)
      • ResetCursorData

        public ResetCursorData​(org.apache.pulsar.client.api.MessageId messageId)