Uses of Class
com.oracle.bmc.apmtraces.model.AggregatedStackTrace
-
Packages that use AggregatedStackTrace Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AggregatedStackTrace in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AggregatedStackTrace Modifier and Type Method Description AggregatedStackTrace
AggregatedStackTrace.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type AggregatedStackTrace Modifier and Type Method Description List<AggregatedStackTrace>
AggregatedSnapshot. getAggregatedStackTraces()
List of aggregated stack trace.List<AggregatedStackTrace>
AggregatedStackTrace. getChildren()
List of child aggregated stack trace to represent branches.Methods in com.oracle.bmc.apmtraces.model with parameters of type AggregatedStackTrace Modifier and Type Method Description AggregatedStackTrace.Builder
AggregatedStackTrace.Builder. copy(AggregatedStackTrace model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type AggregatedStackTrace Modifier and Type Method Description AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.AggregatedStackTrace.Builder
AggregatedStackTrace.Builder. children(List<AggregatedStackTrace> children)
List of child aggregated stack trace to represent branches.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type AggregatedStackTrace Constructor Description AggregatedStackTrace(StackTraceElement stackTraceElement, List<AggregatedStackTrace> children)
Deprecated.
-