public abstract class AbstractThreadMap extends Object
Map<Thread,TracingContext> with
thread maps which are based on ThreadLocals and vice versa.| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractThreadMap.RuntimeException
Indicates a corruption of the method stack.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
STACK_SIZE
denotes the maximal number of traced methods on the stack
|
| Constructor and Description |
|---|
AbstractThreadMap() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getCurrentStackSize()
Returns the stack size of the current thread.
|
public static final int STACK_SIZE
Copyright © 2014. All rights reserved.