org.gridkit.jvmtool.stacktrace.analytics
Class WaitCallsAggregatorFactory

java.lang.Object
  extended by org.gridkit.jvmtool.stacktrace.analytics.WaitCallsAggregatorFactory
All Implemented Interfaces:
ThreadDumpAggregator, ThreadDumpAggregatorFactory

public class WaitCallsAggregatorFactory
extends Object
implements ThreadDumpAggregator, ThreadDumpAggregatorFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gridkit.jvmtool.stacktrace.analytics.ThreadDumpAggregatorFactory
ThreadDumpAggregatorFactory.CommonFactory
 
Field Summary
 
Fields inherited from interface org.gridkit.jvmtool.stacktrace.analytics.ThreadDumpAggregatorFactory
COMMON
 
Constructor Summary
WaitCallsAggregatorFactory()
           
 
Method Summary
 void aggregate(ThreadSnapshot threadInfo)
           
 Object info()
           
 ThreadDumpAggregator newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitCallsAggregatorFactory

public WaitCallsAggregatorFactory()
Method Detail

newInstance

public ThreadDumpAggregator newInstance()
Specified by:
newInstance in interface ThreadDumpAggregatorFactory

aggregate

public void aggregate(ThreadSnapshot threadInfo)
Specified by:
aggregate in interface ThreadDumpAggregator

info

public Object info()
Specified by:
info in interface ThreadDumpAggregator


Copyright © 2019. All Rights Reserved.