Package org.qubership.profiler.sax.raw
Class SuspendLogVisitor
java.lang.Object
org.qubership.profiler.sax.raw.SuspendLogVisitor
- All Implemented Interfaces:
ISuspendLogVisitor
- Direct Known Subclasses:
MultiRangeSuspendLogBuilder,SuspendLogBuilder,SuspendLogCollapsingVisitor,SuspendLogSummary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intThe API version implemented by this visitor.protected final SuspendLogVisitor -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
api
protected final int apiThe API version implemented by this visitor. The value of this field must be one ofProfilerConstants.PROFILER_V1. -
sv
-
-
Constructor Details
-
SuspendLogVisitor
public SuspendLogVisitor(int api) -
SuspendLogVisitor
-
-
Method Details
-
visitHiccup
public void visitHiccup(long date, int delay) - Specified by:
visitHiccupin interfaceISuspendLogVisitor
-
visitEnd
public void visitEnd()- Specified by:
visitEndin interfaceISuspendLogVisitor
-
asSkipVisitEnd
- Specified by:
asSkipVisitEndin interfaceISuspendLogVisitor
-