Uses of Class
wavefront.report.SpanLog.Builder
-
Packages that use SpanLog.Builder Package Description wavefront.report -
-
Uses of SpanLog.Builder in wavefront.report
Methods in wavefront.report that return SpanLog.Builder Modifier and Type Method Description SpanLog.BuilderSpanLog.Builder. clearFields()Clears the value of the 'fields' field.SpanLog.BuilderSpanLog.Builder. clearTimestamp()Clears the value of the 'timestamp' field.static SpanLog.BuilderSpanLog. newBuilder()Creates a new SpanLog RecordBuilder.static SpanLog.BuilderSpanLog. newBuilder(SpanLog other)Creates a new SpanLog RecordBuilder by copying an existing SpanLog instance.static SpanLog.BuilderSpanLog. newBuilder(SpanLog.Builder other)Creates a new SpanLog RecordBuilder by copying an existing Builder.SpanLog.BuilderSpanLog.Builder. setFields(Map<String,String> value)Sets the value of the 'fields' field.SpanLog.BuilderSpanLog.Builder. setTimestamp(long value)Sets the value of the 'timestamp' field.Methods in wavefront.report with parameters of type SpanLog.Builder Modifier and Type Method Description static SpanLog.BuilderSpanLog. newBuilder(SpanLog.Builder other)Creates a new SpanLog RecordBuilder by copying an existing Builder.
-