Class ThreadMemoryAllocation

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

public class ThreadMemoryAllocation extends Object
  • Constructor Details

    • ThreadMemoryAllocation

      public ThreadMemoryAllocation(@Nonnull String threadName, long memoryAllocationInBytes, @Nonnull StackTraceElement[] stackTrace)
  • Method Details

    • getThreadName

      @Nonnull public String getThreadName()
    • getMemoryAllocationInBytes

      public long getMemoryAllocationInBytes()
    • getStackTrace

      @Nonnull public StackTraceElement[] getStackTrace()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object