public final class LockRequestMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LockRequestMode |
IREAD
Intention to read (shared).
|
static LockRequestMode |
IWR
Intention to read and write (shared).
|
static LockRequestMode |
IWRITE
Intention to write (shared).
|
static LockRequestMode |
READ
Read (shared).
|
static LockRequestMode |
WRITE
Write (exclusive).
|
Constructor and Description |
---|
LockRequestMode(java.lang.String operationName,
int flag)
Construct a custom lock request mode.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final LockRequestMode READ
public static final LockRequestMode WRITE
public static final LockRequestMode IWRITE
public static final LockRequestMode IREAD
public static final LockRequestMode IWR