org.apache.derby.impl.services.locks
Class Constants
java.lang.Object
org.apache.derby.impl.services.locks.Constants
- public class Constants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCK_TRACE
public static final java.lang.String LOCK_TRACE
- Trace flag to display lock requests, grants and unlocks.
- See Also:
- Constant Field Values
LOCK_STACK_TRACE
public static final java.lang.String LOCK_STACK_TRACE
- Trace flag to display stack trace of lock calls.
- See Also:
- Constant Field Values
LOCK_TRACE_ADD_THREAD_INFO
public static final java.lang.String LOCK_TRACE_ADD_THREAD_INFO
- Trace flag to add thread information to trace info of LockTrace,
requires that LockTrace be set to true.
- See Also:
- Constant Field Values
WAITING_LOCK_IN_WAIT
static final byte WAITING_LOCK_IN_WAIT
- See Also:
- Constant Field Values
WAITING_LOCK_GRANT
static final byte WAITING_LOCK_GRANT
- See Also:
- Constant Field Values
WAITING_LOCK_DEADLOCK
static final byte WAITING_LOCK_DEADLOCK
- See Also:
- Constant Field Values
Constants
public Constants()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.