Uses of Class
io.opencensus.trace.EndSpanOptions
Packages that use EndSpanOptions
-
Uses of EndSpanOptions in io.opencensus.implcore.trace
Methods in io.opencensus.implcore.trace with parameters of type EndSpanOptions -
Uses of EndSpanOptions in io.opencensus.trace
Fields in io.opencensus.trace declared as EndSpanOptionsModifier and TypeFieldDescriptionstatic final EndSpanOptionsEndSpanOptions.DEFAULTThe defaultEndSpanOptions.Methods in io.opencensus.trace that return EndSpanOptionsModifier and TypeMethodDescriptionabstract EndSpanOptionsEndSpanOptions.Builder.build()Builds and returns aEndSpanOptionswith the desired settings.Methods in io.opencensus.trace with parameters of type EndSpanOptionsModifier and TypeMethodDescriptionvoidBlankSpan.end(EndSpanOptions options) No-op implementation of theSpan.end(EndSpanOptions)method.abstract voidSpan.end(EndSpanOptions options) Marks the end ofSpanexecution with the given options.