Uses of Class
com.oracle.bmc.apmtraces.model.Span.SourceName
-
Packages that use Span.SourceName Package Description com.oracle.bmc.apmtraces.model -
-
Uses of Span.SourceName in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return Span.SourceName Modifier and Type Method Description static Span.SourceName
Span.SourceName. create(String key)
Span.SourceName
Span. getSourceName()
Source of span (spans, syn_spans).static Span.SourceName
Span.SourceName. valueOf(String name)
Returns the enum constant of this type with the specified name.static Span.SourceName[]
Span.SourceName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.model with parameters of type Span.SourceName Modifier and Type Method Description Span.Builder
Span.Builder. sourceName(Span.SourceName sourceName)
Source of span (spans, syn_spans).Constructors in com.oracle.bmc.apmtraces.model with parameters of type Span.SourceName Constructor Description Span(String key, String parentSpanKey, String traceKey, Date timeStarted, Date timeEnded, Long durationInMs, String operationName, String serviceName, String kind, List<Tag> tags, Map<String,TagMetadata> tagsMetadata, List<SpanLogCollection> logs, Boolean isError, Span.SourceName sourceName)
Deprecated.
-