Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpCallStack
CallStack strategy using no-op implementations of all functionality.
|
class |
SecurityManagerCallStack
A
CallStack strategy using a SecurityManager . |
class |
ThrowableCallStack
CallStack strategy that uses the stack trace from a
Throwable . |
Modifier and Type | Field and Description |
---|---|
static CallStack |
NoOpCallStack.INSTANCE
Singleton instance.
|
Modifier and Type | Method and Description |
---|---|
static CallStack |
CallStackUtils.newCallStack(String messageFormat,
boolean useTimestamp)
Deprecated.
|
static CallStack |
CallStackUtils.newCallStack(String messageFormat,
boolean useTimestamp,
boolean requireFullStackTrace)
Constructs a new
CallStack using the fasted allowed strategy. |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.