Class LogOffsetImpl

java.lang.Object
org.nuxeo.lib.stream.log.internals.LogOffsetImpl
All Implemented Interfaces:
Comparable<LogOffset>, LogOffset

public class LogOffsetImpl extends Object implements LogOffset
Since:
9.3
  • Field Details

    • partition

      protected final LogPartition partition
    • offset

      protected final long offset
  • Constructor Details

    • LogOffsetImpl

      public LogOffsetImpl(LogPartition partition, long offset)
    • LogOffsetImpl

      public LogOffsetImpl(Name name, int partition, long offset)
  • Method Details