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, waitsamplepublic final SampleNode applyOnSamples(com.google.common.base.Function<SampleNode,SampleNode> predicate)
applyOnSamples in interface StackCollectorpublic final void clear()
clear in interface StackCollectorpublic final void addSample(StackTraceElement[] stackTrace)
addSample in interface StackCollectorpublic final int getNrNodes()
Copyright © 2014. All rights reserved.