Uses of Class
com.oracle.bmc.apmtraces.model.Trace.SourceName
-
Packages that use Trace.SourceName Package Description com.oracle.bmc.apmtraces.model -
-
Uses of Trace.SourceName in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return Trace.SourceName Modifier and Type Method Description static Trace.SourceName
Trace.SourceName. create(String key)
Trace.SourceName
Trace. getSourceName()
Source of trace (traces, syn_traces).static Trace.SourceName
Trace.SourceName. valueOf(String name)
Returns the enum constant of this type with the specified name.static Trace.SourceName[]
Trace.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 Trace.SourceName Modifier and Type Method Description Trace.Builder
Trace.Builder. sourceName(Trace.SourceName sourceName)
Source of trace (traces, syn_traces).Constructors in com.oracle.bmc.apmtraces.model with parameters of type Trace.SourceName Constructor Description Trace(String key, String rootSpanOperationName, Date timeEarliestSpanStarted, Date timeLatestSpanEnded, Integer spanCount, Integer errorSpanCount, String rootSpanServiceName, Date timeRootSpanStarted, Date timeRootSpanEnded, Integer rootSpanDurationInMs, Integer traceDurationInMs, Boolean isFault, String traceStatus, String traceErrorType, String traceErrorCode, List<TraceServiceSummary> serviceSummaries, Trace.SourceName sourceName, TraceSpanSummary spanSummary, List<Span> spans)
Deprecated.
-