| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.base.avro | |
| org.spf4j.log |
| Modifier and Type | Method and Description |
|---|---|
StackSamples |
ExecutionContext.getAndClearStackSamples() |
StackSamples |
BasicExecutionContext.getAndClearStackSamples()
get the collected stack samples.
|
StackSamples |
ExecutionContext.getStackSamples() |
StackSamples |
BasicExecutionContext.getStackSamples()
overwrite in a context that supports this functionality.
|
| Modifier and Type | Method and Description |
|---|---|
gnu.trove.map.TMap<org.spf4j.base.avro.Method,? extends StackSamples> |
StackSamples.getSubNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.add(StackSamples samples) |
void |
BasicExecutionContext.add(StackSamples samples)
add a bunch of samples to this context.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Converters.convert(org.spf4j.base.avro.Method method,
StackSamples node,
int parentId,
int id,
Consumer<org.spf4j.base.avro.StackSampleElement> handler) |
static List<org.spf4j.base.avro.StackSampleElement> |
Converters.convert(StackSamples stackSamples) |
| Modifier and Type | Method and Description |
|---|---|
static LogAttribute<StackSamples> |
LogAttribute.profileSamples(StackSamples ss) |
| Modifier and Type | Method and Description |
|---|---|
static LogAttribute<StackSamples> |
LogAttribute.profileSamples(StackSamples ss) |
Copyright © 2019 SPF4J. All rights reserved.