Class Properties

java.lang.Object
org.eclipse.rdf4j.common.concurrent.locks.Properties

public class Properties extends Object
Class controlling various logging properties such as the amount of lock tracking that is done for debugging (at the cost of performance).
Author:
Arjohn Kampman
  • Field Details Link icon

    • TRACK_LOCKS Link icon

      public static final String TRACK_LOCKS
      The system property "info.aduna.concurrent.locks.trackLocks" that can be used to enable lock tracking by giving it a (non-null) value.
      See Also:
  • Constructor Details Link icon

    • Properties Link icon

      public Properties()
  • Method Details Link icon

    • setLockTrackingEnabled Link icon

      public static void setLockTrackingEnabled(boolean trackLocks)
      Sets of clears the TRACK_LOCKS system property.
    • lockTrackingEnabled Link icon

      public static boolean lockTrackingEnabled()