Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
SnapshotDetail |
SnapshotDetail.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SnapshotDetail.Builder |
SnapshotDetail.Builder.copy(SnapshotDetail model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.