Interface LogLineIterator.LogLineBytesToLogLineIdMapper<Id>
- All Known Implementing Classes:
LogLineIterator.JenkinsHttpSessionLineBytesToLogLineIdMapper
- Enclosing interface:
- LogLineIterator<Id>
public static interface LogLineIterator.LogLineBytesToLogLineIdMapper<Id>
-
Method Summary
Modifier and TypeMethodDescriptiongetLogLineIdFromLogBytes
(long bytes) void
putLogBytesToLogLineId
(long bytes, Id timestampInNanos)
-
Method Details
-
getLogLineIdFromLogBytes
- Returns:
null
if unknown
-
putLogBytesToLogLineId
-