Class AutoValue_EndSpanOptions
java.lang.Object
io.opencensus.trace.EndSpanOptions
io.opencensus.trace.AutoValue_EndSpanOptions
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_EndSpanOptions
extends EndSpanOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
FieldsFields inherited from class EndSpanOptions
DEFAULT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_EndSpanOptions(boolean sampleToLocalSpanStore, Status status) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanIftruethis is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)in advance for this span name.Returns the status.inthashCode()toString()Methods inherited from class EndSpanOptions
builder
-
Field Details
-
sampleToLocalSpanStore
private final boolean sampleToLocalSpanStore -
status
-
-
Constructor Details
-
AutoValue_EndSpanOptions
-
-
Method Details
-
getSampleToLocalSpanStore
Description copied from class:EndSpanOptionsIftruethis is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)in advance for this span name.- Specified by:
getSampleToLocalSpanStorein classEndSpanOptions- Returns:
trueif the name of theSpanshould be registered to theio.opencensus.trace.export.SampledSpanStore.
-
getStatus
Description copied from class:EndSpanOptionsReturns the status.If
nullthen theSpanwill record theStatusset viaSpan.setStatus(Status)or the defaultStatus.OKif no status was set.- Specified by:
getStatusin classEndSpanOptions- Returns:
- the status.
-
toString
-
equals
-
hashCode
-