public abstract class AbstractStackCollector extends Object implements StackCollector
Constructor and Description |
---|
AbstractStackCollector() |
Modifier and Type | Method and Description |
---|---|
void |
addSample(StackTraceElement[] stackTrace) |
SampleNode |
applyOnSamples(com.google.common.base.Function<SampleNode,SampleNode> predicate) |
void |
clear() |
int |
getNrNodes() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
sample
public final SampleNode applyOnSamples(com.google.common.base.Function<SampleNode,SampleNode> predicate)
applyOnSamples
in interface StackCollector
public final void clear()
clear
in interface StackCollector
public final void addSample(StackTraceElement[] stackTrace)
addSample
in interface StackCollector
public final int getNrNodes()
Copyright © 2014. All rights reserved.