java.lang.Object
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.NoOpCallStack
All Implemented Interfaces:
CallStack

public class NoOpCallStack extends Object implements CallStack
CallStack strategy using no-op implementations of all functionality. Can be used by default when abandoned object logging is disabled.
Since:
2.5
  • Field Details

    • INSTANCE

      public static final CallStack INSTANCE
      Singleton instance.
  • Constructor Details

    • NoOpCallStack

      private NoOpCallStack()
      Constructs the singleton instance.
  • Method Details