Interface LogLineIterator.LogLineBytesToLogLineIdMapper<Id>

All Known Implementing Classes:
LogLineIterator.JenkinsHttpSessionLineBytesToLogLineIdMapper
Enclosing interface:
LogLineIterator<Id>

public static interface LogLineIterator.LogLineBytesToLogLineIdMapper<Id>
  • Method Details

    • getLogLineIdFromLogBytes

      @Nullable Id getLogLineIdFromLogBytes(long bytes)
      Returns:
      null if unknown
    • putLogBytesToLogLineId

      void putLogBytesToLogLineId(long bytes, Id timestampInNanos)