-
public final class TracingEvent.TracingCompleteEvent extends TracingEvent
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleandataLossOccurredprivate final Stringstreamprivate final StreamFormattraceFormatprivate final StreamCompressionstreamCompression
-
Constructor Summary
Constructors Constructor Description TracingCompleteEvent(Boolean dataLossOccurred, String stream, StreamFormat traceFormat, StreamCompression streamCompression)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Stringcomponent2()final StreamFormatcomponent3()final StreamCompressioncomponent4()final TracingEvent.TracingCompleteEventcopy(Boolean dataLossOccurred, String stream, StreamFormat traceFormat, StreamCompression streamCompression)final BooleangetDataLossOccurred()Indicates whether some trace data is known to have been lost, e.g. final StringgetStream()A handle of the stream that holds resulting trace data. final StreamFormatgetTraceFormat()Trace data format of returned stream. final StreamCompressiongetStreamCompression()Compression format of returned stream. -
-
Constructor Detail
-
TracingCompleteEvent
TracingCompleteEvent(Boolean dataLossOccurred, String stream, StreamFormat traceFormat, StreamCompression streamCompression)
-
-
Method Detail
-
component1
final Boolean component1()
-
component2
final String component2()
-
component3
final StreamFormat component3()
-
component4
final StreamCompression component4()
-
copy
final TracingEvent.TracingCompleteEvent copy(Boolean dataLossOccurred, String stream, StreamFormat traceFormat, StreamCompression streamCompression)
-
getDataLossOccurred
final Boolean getDataLossOccurred()
Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.
-
getTraceFormat
final StreamFormat getTraceFormat()
Trace data format of returned stream.
-
getStreamCompression
final StreamCompression getStreamCompression()
Compression format of returned stream.
-
-
-
-