Class LogLineIterator.JenkinsHttpSessionLineBytesToLogLineIdMapper<Id>
java.lang.Object
io.jenkins.plugins.opentelemetry.job.log.util.LogLineIterator.JenkinsHttpSessionLineBytesToLogLineIdMapper<Id>
- All Implemented Interfaces:
LogLineIterator.LogLineBytesToLogLineIdMapper<Id>
- Enclosing interface:
LogLineIterator<Id>
public static class LogLineIterator.JenkinsHttpSessionLineBytesToLogLineIdMapper<Id>
extends Object
implements LogLineIterator.LogLineBytesToLogLineIdMapper<Id>
Converter gets garbage collected when the HTTP session expires
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJenkinsHttpSessionLineBytesToLogLineIdMapper(String jobFullName, int runNumber, String flowNodeId) -
Method Summary
Modifier and TypeMethodDescriptiongetLogLineIdFromLogBytes(long bytes) voidputLogBytesToLogLineId(long bytes, Id logLineId)
-
Field Details
-
HTTP_SESSION_KEY
- See Also:
-
-
Constructor Details
-
JenkinsHttpSessionLineBytesToLogLineIdMapper
-
-
Method Details
-
getLogLineIdFromLogBytes
- Specified by:
getLogLineIdFromLogBytesin interfaceLogLineIterator.LogLineBytesToLogLineIdMapper<Id>- Returns:
nullif unknown
-
putLogBytesToLogLineId
- Specified by:
putLogBytesToLogLineIdin interfaceLogLineIterator.LogLineBytesToLogLineIdMapper<Id>
-