Uses of Class
io.opencensus.trace.EndSpanOptions.Builder
Packages that use EndSpanOptions.Builder
-
Uses of EndSpanOptions.Builder in io.opencensus.trace
Subclasses of EndSpanOptions.Builder in io.opencensus.traceModifier and TypeClassDescription(package private) static final class
Methods in io.opencensus.trace that return EndSpanOptions.BuilderModifier and TypeMethodDescriptionstatic EndSpanOptions.Builder
EndSpanOptions.builder()
Returns a newEndSpanOptions.Builder
with default options.AutoValue_EndSpanOptions.Builder.setSampleToLocalSpanStore
(boolean sampleToLocalSpanStore) abstract EndSpanOptions.Builder
EndSpanOptions.Builder.setSampleToLocalSpanStore
(boolean sampleToLocalSpanStore) If set totrue
this is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)
in advance for the given span name.abstract EndSpanOptions.Builder
Sets the status for theSpan
.