Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONTEXT_FILE |
"transaction.log" |
protected static final int |
DEFAULT_COMMIT_TIMEOUT_FACTOR |
2 |
protected static final int |
DEFAULT_ISOLATION_LEVEL |
50 |
protected static final String |
DEFAULT_PARAMETER_ENCODING |
"ISO-8859-15" |
protected static final int |
DEFAULT_TIMEOUT_MSECS |
5000 |
protected static final int |
LOCK_ACCESS |
1 |
protected static final int |
LOCK_COMMIT |
4 |
protected static final int |
LOCK_EXCLUSIVE |
3 |
protected static final int |
LOCK_SHARED |
2 |
protected static final int |
NATIVE_ISOLATION_LEVEL |
50 |
protected static final int |
NO_LOCK |
0 |
protected static final int |
OPERATION_MODE_RECOVERING |
4 |
protected static final int |
OPERATION_MODE_STARTED |
2 |
protected static final int |
OPERATION_MODE_STARTING |
3 |
protected static final int |
OPERATION_MODE_STOPPED |
0 |
protected static final int |
OPERATION_MODE_STOPPING |
1 |
protected static final String |
WORK_CHANGE_DIR |
"change" |
protected static final String |
WORK_DELETE_DIR |
"delete" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ISOLATION_LEVEL_READ_COMMITTED |
10 |
public static final int |
ISOLATION_LEVEL_READ_UNCOMMITTED |
0 |
public static final int |
ISOLATION_LEVEL_REPEATABLE_READ |
50 |
public static final int |
ISOLATION_LEVEL_SERIALIZABLE |
100 |
public static final int |
PREPARE_FAILURE |
-1 |
public static final int |
PREPARE_SUCCESS |
1 |
public static final int |
PREPARE_SUCCESS_READONLY |
2 |
public static final int |
SHUTDOWN_MODE_KILL |
2 |
public static final int |
SHUTDOWN_MODE_NORMAL |
0 |
public static final int |
SHUTDOWN_MODE_ROLLBACK |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ERR_DEAD_LOCK |
5002 |
public static final int |
ERR_DUP_TX |
1004 |
public static final int |
ERR_ISOLATION_LEVEL_UNSUPPORTED |
1006 |
public static final int |
ERR_LOCK |
5000 |
public static final int |
ERR_MARKED_FOR_ROLLBACK |
1007 |
public static final int |
ERR_NO_LOCK |
5001 |
public static final int |
ERR_NO_SUCH_RESOURCE |
4002 |
public static final int |
ERR_NO_TX |
1000 |
public static final int |
ERR_RESOURCE_EXISTS |
4001 |
public static final int |
ERR_RESOURCEID_INVALID |
4000 |
public static final int |
ERR_SYSTEM |
1 |
public static final int |
ERR_SYSTEM_INCONSISTENT |
2 |
public static final int |
ERR_THREAD_INVALID |
1005 |
public static final int |
ERR_TX_INACTIVE |
1002 |
public static final int |
ERR_TX_INCONSISTENT |
3 |
public static final int |
ERR_TXID_INVALID |
1001 |
public static final int |
ERR_UNKNOWN |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERR_UNKNOWN_CODE |
"ERR_UNKNOWN" |
public static final String |
ERR_UNKNOWN_TEXT |
"Unknown error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_CHECK_THRESHHOLD |
500L |
public static final long |
DEFAULT_TIMEOUT |
30000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CODE_DEADLOCK_VICTIM |
3 |
public static final int |
CODE_INTERRUPTED |
1 |
public static final int |
CODE_TIMED_OUT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COMPATIBILITY_NONE |
0 |
public static final int |
COMPATIBILITY_REENTRANT |
1 |
public static final int |
COMPATIBILITY_REENTRANT_AND_SUPPORT |
3 |
public static final int |
COMPATIBILITY_SUPPORT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_LOCK |
0 |
public static final int |
READ_LOCK |
1 |
public static final int |
WRITE_LOCK |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_LOCK |
0 |
public static final int |
READ_LOCK |
1 |
public static final int |
UPGRADE_LOCK |
2 |
public static final int |
WRITE_LOCK |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CODE_DEADLOCK_VICTIM |
3 |
public static final int |
CODE_INTERRUPTED |
1 |
public static final int |
CODE_TIMED_OUT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ACCESS_TIMEOUT |
30000 |
protected static final int |
COMMIT_TIMEOUT |
60000 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
READ |
1 |
protected static final int |
WRITE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_TIMEOUT |
20000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_TIMEOUT |
9223372036854775807L |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.