Uses of Class
com.oracle.bmc.apmtraces.model.SnapshotDetail
-
Packages that use SnapshotDetail Package Description com.oracle.bmc.apmtraces.model -
-
Uses of SnapshotDetail in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return SnapshotDetail Modifier and Type Method Description SnapshotDetail
SnapshotDetail.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type SnapshotDetail Modifier and Type Method Description List<SnapshotDetail>
AggregatedSnapshot. getDetails()
Aggregated snapshot details.List<SnapshotDetail>
SpanSnapshot. getSpanSnapshotDetails()
Span snapshots properties.List<SnapshotDetail>
ThreadSnapshot. getThreadSnapshotDetails()
Snapshot details.List<SnapshotDetail>
TraceSnapshot. getTraceSnapshotDetails()
Trace snapshots properties.Methods in com.oracle.bmc.apmtraces.model with parameters of type SnapshotDetail Modifier and Type Method Description SnapshotDetail.Builder
SnapshotDetail.Builder. copy(SnapshotDetail model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type SnapshotDetail Modifier and Type Method Description AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. details(List<SnapshotDetail> details)
Aggregated snapshot details.SpanSnapshot.Builder
SpanSnapshot.Builder. spanSnapshotDetails(List<SnapshotDetail> spanSnapshotDetails)
Span snapshots properties.ThreadSnapshot.Builder
ThreadSnapshot.Builder. threadSnapshotDetails(List<SnapshotDetail> threadSnapshotDetails)
Snapshot details.TraceSnapshot.Builder
TraceSnapshot.Builder. traceSnapshotDetails(List<SnapshotDetail> traceSnapshotDetails)
Trace snapshots properties.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type SnapshotDetail Constructor Description AggregatedSnapshot(List<SnapshotDetail> details, List<AggregatedStackTrace> aggregatedStackTraces)
Deprecated.SpanSnapshot(String key, String spanName, Date timeStarted, Date timeEnded, List<SnapshotDetail> spanSnapshotDetails, List<ThreadSnapshot> threadSnapshots, List<SpanSnapshot> children)
Deprecated.ThreadSnapshot(Date timeStamp, List<SnapshotDetail> threadSnapshotDetails, List<StackTraceElement> stackTrace)
Deprecated.TraceSnapshot(String key, Date timeStarted, Date timeEnded, List<SnapshotDetail> traceSnapshotDetails, List<SpanSnapshot> spanSnapshots)
Deprecated.
-