Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.CallStack
-
Packages that use CallStack Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of CallStack in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that implement CallStack Modifier and Type Class Description class
NoOpCallStack
CallStack strategy using no-op implementations of all functionality.class
SecurityManagerCallStack
CallStack strategy using aSecurityManager
.class
ThrowableCallStack
CallStack strategy that uses the stack trace from aThrowable
.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as CallStack Modifier and Type Field Description private CallStack
DefaultPooledObject. borrowedBy
static CallStack
NoOpCallStack. INSTANCE
Singleton instance.private CallStack
DefaultPooledObject. usedBy
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return CallStack Modifier and Type Method Description static CallStack
CallStackUtils. newCallStack(java.lang.String messageFormat, boolean useTimestamp)
Deprecated.static CallStack
CallStackUtils. newCallStack(java.lang.String messageFormat, boolean useTimestamp, boolean requireFullStackTrace)
Constructs a newCallStack
using the fasted allowed strategy.
-