Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
ThreadSnapshot |
ThreadSnapshot.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ThreadSnapshot> |
SpanSnapshot.getThreadSnapshots()
Thread snapshots.
|
Modifier and Type | Method and Description |
---|---|
ThreadSnapshot.Builder |
ThreadSnapshot.Builder.copy(ThreadSnapshot model) |
Modifier and Type | Method and Description |
---|---|
SpanSnapshot.Builder |
SpanSnapshot.Builder.threadSnapshots(List<ThreadSnapshot> threadSnapshots)
Thread snapshots.
|
Constructor and Description |
---|
SpanSnapshot(String key,
String spanName,
Date timeStarted,
Date timeEnded,
List<SnapshotDetail> spanSnapshotDetails,
List<ThreadSnapshot> threadSnapshots,
List<SpanSnapshot> children)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.