Class ThreadMemoryAllocation
java.lang.Object
com.atlassian.diagnostics.internal.jmx.ThreadMemoryAllocation
-
Constructor Summary
ConstructorsConstructorDescriptionThreadMemoryAllocation(String threadName, long memoryAllocationInBytes, StackTraceElement[] stackTrace) -
Method Summary
-
Constructor Details
-
ThreadMemoryAllocation
public ThreadMemoryAllocation(@Nonnull String threadName, long memoryAllocationInBytes, @Nonnull StackTraceElement[] stackTrace)
-
-
Method Details