public interface C_LockFactory
Modifier and Type | Field | Description |
---|---|---|
static int |
NO_WAIT |
Timeout value that indicates do not wait for the lock or latch at all
|
static int |
TIMED_WAIT |
Timeout value that indicates wait for the lock according to
derby.locks.waitTimeout.
|
static int |
WAIT_FOREVER |
Timeout value that indicates wait for the lock or latch forever.
|
static final int WAIT_FOREVER
static final int TIMED_WAIT
static final int NO_WAIT
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.