public final class XALogRecordType extends Object
| Modifier and Type | Field and Description |
|---|---|
static XALogRecordType |
ROLLBACK_DATA |
static short |
ROLLBACK_DATA_TYPE |
static XALogRecordType |
ROLLFORWARD_DATA |
static short |
ROLLFORWARD_DATA_TYPE
recorded by XALogger to mark records
generated by XALogger#putCommit()
|
static XALogRecordType |
UNKNOWN |
static short |
UNKNOWN_TYPE
recorded by XALogger to mark records
generated by XALogger#putDone()
|
static XALogRecordType |
USER |
static short |
USER_TYPE
Log records generated by user.
|
static XALogRecordType |
XA_DONE |
static short |
XA_DONE_TYPE
recorded by XALogger to mark records
generated by XALogger#putDone()
|
static XALogRecordType |
XA_PREPARED |
static short |
XA_PREPARED_TYPE
recorded by XALogger to mark records as prepared
|
static XALogRecordType |
XA_START |
static short |
XA_START_TYPE
recorded by Logger to mark first block following a
restart of the Logger.
|
| Constructor and Description |
|---|
XALogRecordType(short type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
short |
getType() |
int |
hashCode() |
static XALogRecordType |
resolve(short type) |
String |
toString() |
public static final short UNKNOWN_TYPE
public static final short USER_TYPE
public static final short XA_PREPARED_TYPE
public static final short XA_START_TYPE
public static final short ROLLFORWARD_DATA_TYPE
public static final short XA_DONE_TYPE
public static final short ROLLBACK_DATA_TYPE
public static final XALogRecordType USER
public static final XALogRecordType ROLLFORWARD_DATA
public static final XALogRecordType XA_DONE
public static final XALogRecordType XA_PREPARED
public static final XALogRecordType XA_START
public static final XALogRecordType UNKNOWN
public static final XALogRecordType ROLLBACK_DATA
public XALogRecordType(short type,
String description)
public static XALogRecordType resolve(short type)
public short getType()
public String getDescription()
Copyright © 2017. All rights reserved.