public class Properties extends Object
Modifier and Type | Field and Description |
---|---|
static 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.
|
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static boolean |
lockTrackingEnabled() |
static void |
setLockTrackingEnabled(boolean trackLocks)
Sets of clears the
TRACK_LOCKS system property. |
public static final String TRACK_LOCKS
public static void setLockTrackingEnabled(boolean trackLocks)
TRACK_LOCKS
system property.public static boolean lockTrackingEnabled()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.