org.gridkit.jvmtool.stacktrace.analytics
Class ThreadDumpAggregatorFactory.CommonFactory

java.lang.Object
  extended by org.gridkit.jvmtool.stacktrace.analytics.ThreadDumpAggregatorFactory.CommonFactory
Enclosing interface:
ThreadDumpAggregatorFactory

public static class ThreadDumpAggregatorFactory.CommonFactory
extends Object


Constructor Summary
ThreadDumpAggregatorFactory.CommonFactory()
           
 
Method Summary
 ThreadDumpAggregatorFactory alloc()
           
 ThreadDumpAggregatorFactory count()
           
 ThreadDumpAggregatorFactory cpu()
           
 ThreadDumpAggregatorFactory frequency()
           
 ThreadDumpAggregatorFactory frequencyHM()
           
 ThreadDumpAggregatorFactory inNative()
           
 ThreadDumpAggregatorFactory maxTimestamp()
           
 ThreadDumpAggregatorFactory minTimestamp()
           
 ThreadDumpAggregatorFactory name()
           
 ThreadDumpAggregatorFactory name(int length)
           
 ThreadDumpAggregatorFactory periodCHM()
           
 ThreadDumpAggregatorFactory sysCpu()
           
 ThreadDumpAggregatorFactory threadFilter(ThreadSnapshotFilter filter)
           
 ThreadDumpAggregatorFactory threadId()
           
 ThreadDumpAggregatorFactory threadState(Thread.State state)
           
 ThreadDumpAggregatorFactory waitCalls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadDumpAggregatorFactory.CommonFactory

public ThreadDumpAggregatorFactory.CommonFactory()
Method Detail

maxTimestamp

public ThreadDumpAggregatorFactory maxTimestamp()

minTimestamp

public ThreadDumpAggregatorFactory minTimestamp()

count

public ThreadDumpAggregatorFactory count()

cpu

public ThreadDumpAggregatorFactory cpu()

sysCpu

public ThreadDumpAggregatorFactory sysCpu()

alloc

public ThreadDumpAggregatorFactory alloc()

threadState

public ThreadDumpAggregatorFactory threadState(Thread.State state)

threadFilter

public ThreadDumpAggregatorFactory threadFilter(ThreadSnapshotFilter filter)

waitCalls

public ThreadDumpAggregatorFactory waitCalls()

inNative

public ThreadDumpAggregatorFactory inNative()

frequency

public ThreadDumpAggregatorFactory frequency()

periodCHM

public ThreadDumpAggregatorFactory periodCHM()

frequencyHM

public ThreadDumpAggregatorFactory frequencyHM()

name

public ThreadDumpAggregatorFactory name()

name

public ThreadDumpAggregatorFactory name(int length)

threadId

public ThreadDumpAggregatorFactory threadId()


Copyright © 2019. All Rights Reserved.