Class ThreadMemoryAllocationService

java.lang.Object
com.atlassian.diagnostics.internal.jmx.ThreadMemoryAllocationService

public class ThreadMemoryAllocationService extends Object
  • Constructor Details

    • ThreadMemoryAllocationService

      public ThreadMemoryAllocationService(@Nonnull JmxService jmxService)
  • 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)