Uses of Class
com.oracle.bmc.apmtraces.model.ThreadSnapshot
-
Packages that use ThreadSnapshot Package Description com.oracle.bmc.apmtraces.model -
-
Uses of ThreadSnapshot in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return ThreadSnapshot Modifier and Type Method Description ThreadSnapshot
ThreadSnapshot.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type ThreadSnapshot Modifier and Type Method Description List<ThreadSnapshot>
SpanSnapshot. getThreadSnapshots()
Thread snapshots.Methods in com.oracle.bmc.apmtraces.model with parameters of type ThreadSnapshot Modifier and Type Method Description ThreadSnapshot.Builder
ThreadSnapshot.Builder. copy(ThreadSnapshot model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type ThreadSnapshot Modifier and Type Method Description SpanSnapshot.Builder
SpanSnapshot.Builder. threadSnapshots(List<ThreadSnapshot> threadSnapshots)
Thread snapshots.
-