Class ThreadMemoryAllocationService
java.lang.Object
com.atlassian.diagnostics.internal.jmx.ThreadMemoryAllocationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetThreadMemoryAllocations(long minimumMemoryAllocation) getThreadMemoryAllocations(long minimumMemoryAllocation, int maxStackTraceDepth) getTopThreadMemoryAllocations(int numberOfThreadMemoryAllocations) getTopThreadMemoryAllocations(int numberOfThreadMemoryAllocations, int maxStackTraceDepth)
-
Constructor Details
-
ThreadMemoryAllocationService
-
-
Method Details
-
getThreadMemoryAllocations
@Nonnull public List<ThreadMemoryAllocation> getThreadMemoryAllocations(long minimumMemoryAllocation) -
getThreadMemoryAllocations
@Nonnull public List<ThreadMemoryAllocation> getThreadMemoryAllocations(long minimumMemoryAllocation, int maxStackTraceDepth) -
getTopThreadMemoryAllocations
@Nonnull public List<ThreadMemoryAllocation> getTopThreadMemoryAllocations(int numberOfThreadMemoryAllocations) -
getTopThreadMemoryAllocations
@Nonnull public List<ThreadMemoryAllocation> getTopThreadMemoryAllocations(int numberOfThreadMemoryAllocations, int maxStackTraceDepth)
-