Package | Description |
---|---|
org.spf4j.base | |
org.spf4j.stackmonitor | |
org.spf4j.stackmonitor.proto |
Modifier and Type | Method and Description |
---|---|
boolean |
EqualsPredicate.apply(Method t) |
Modifier and Type | Field and Description |
---|---|
static Method |
Method.ROOT |
Modifier and Type | Method and Description |
---|---|
static Method |
Method.getMethod(StackTraceElement elem) |
static Method |
Method.getMethod(String className,
String methodName) |
Method |
Method.withId(int pid) |
Method |
Method.withNewId() |
Modifier and Type | Method and Description |
---|---|
Map<Method,SampleNode> |
SampleNode.getSubNodes() |
static Graph<Method,SampleNode.InvocationCount> |
SampleNode.toGraph(SampleNode rootNode) |
Modifier and Type | Method and Description |
---|---|
void |
SampleNode.forEach(SampleNode.InvocationHandler handler,
Method from,
Method to,
Map<Method,Integer> ancestors) |
static void |
StackVisualizer.generateHtmlTable(Writer writer,
Method m,
SampleNode node,
int tableWidth,
int maxDepth) |
static void |
StackVisualizer.generateSubSvg(Writer writer,
Method m,
SampleNode node,
int x,
int y,
int width,
int maxDepth,
String idPfx) |
static void |
StackVisualizer.generateSvg(Writer writer,
Method m,
SampleNode node,
int x,
int y,
int width,
int maxDepth,
String idPfx) |
void |
SampleNode.InvocationHandler.handle(Method from,
Method to,
int count,
Map<Method,Integer> ancestors) |
Modifier and Type | Method and Description |
---|---|
SampleNode |
SampleNode.filteredBy(com.google.common.base.Predicate<Method> predicate) |
void |
SampleNode.forEach(SampleNode.InvocationHandler handler,
Method from,
Method to,
Map<Method,Integer> ancestors) |
void |
SampleNode.InvocationHandler.handle(Method from,
Method to,
int count,
Map<Method,Integer> ancestors) |
Constructor and Description |
---|
SampleNode(int count,
Map<Method,SampleNode> subNodes) |
Modifier and Type | Method and Description |
---|---|
static ProtoSampleNodes.Method |
Converter.fromMethodToProto(Method m) |
Copyright © 2014. All rights reserved.