|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.event.ReplOptionParams
public class ReplOptionParams
This class provides a list of defined metadata option values.
| Field Summary | |
|---|---|
static java.lang.String |
BIDI_UNSAFE
Contains value "true" if the transaction is unsafe for bi-directional replication. |
static java.lang.String |
CONSISTENCY_WHERE
Where clause in a consistency check. |
static java.lang.String |
DBMS_TYPE
Names the source DBMS type so that we can parse and otherwise process transactions properly when they contain features. |
static java.lang.String |
HEARTBEAT
Indicates a heart beat event. |
static java.lang.String |
INTERNAL_OPTIONS_PREFIX
Prefix for internal Tungsten options. |
static java.lang.String |
JAVA_CHARSET_NAME
Java character set name of byte-encoded strings. |
static java.lang.String |
ROLLBACK
Indicates whether this transaction needs to rollback. |
static java.lang.String |
SERVER_ID
ServerId. |
static java.lang.String |
SERVICE
Service that originally generated this event. |
static java.lang.String |
SHARD_ID
If set, contains the name of a shard to which this event is assigned. |
static java.lang.String |
SHARD_ID_UNKNOWN
The default shard ID if no other ID can be assigned. |
static java.lang.String |
TUNGSTEN_METADATA
If set to "true", this event is generated by Tungsten. |
static java.lang.String |
UNSAFE_FOR_BLOCK_COMMIT
Indicates whether this transaction is unsafe for block commit. |
| Constructor Summary | |
|---|---|
ReplOptionParams()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String HEARTBEAT
public static java.lang.String CONSISTENCY_WHERE
public static java.lang.String SERVICE
public static java.lang.String TUNGSTEN_METADATA
public static java.lang.String SHARD_ID
public static java.lang.String SHARD_ID_UNKNOWN
public static java.lang.String INTERNAL_OPTIONS_PREFIX
public static java.lang.String JAVA_CHARSET_NAME
public static java.lang.String SERVER_ID
public static java.lang.String DBMS_TYPE
public static java.lang.String BIDI_UNSAFE
public static final java.lang.String ROLLBACK
public static final java.lang.String UNSAFE_FOR_BLOCK_COMMIT
| Constructor Detail |
|---|
public ReplOptionParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||