Class OffsetSpec

    • Constructor Summary

      Constructors 
      Constructor Description
      OffsetSpec()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static OffsetSpec earliest()
      Used to retrieve the earliest offset of a partition
      static OffsetSpec forTimestamp​(long timestamp)
      Used to retrieve the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition
      static OffsetSpec latest()
      Used to retrieve the latest offset of a partition
      • Methods inherited from class java.lang.Object

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

      • OffsetSpec

        public OffsetSpec()
    • Method Detail

      • latest

        public static OffsetSpec latest()
        Used to retrieve the latest offset of a partition
      • earliest

        public static OffsetSpec earliest()
        Used to retrieve the earliest offset of a partition
      • forTimestamp

        public static OffsetSpec forTimestamp​(long timestamp)
        Used to retrieve the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition
        Parameters:
        timestamp - in milliseconds