public class ReplicationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static ReplicationContext |
MASTER |
static ReplicationContext |
NO_REPLICATE |
| Modifier | Constructor and Description |
|---|---|
protected |
ReplicationContext(boolean inReplicationStream) |
|
ReplicationContext(VLSN clientVLSN)
Used to pass the VLSN held in an arriving message down to the logging
levels.
|
|
ReplicationContext(VLSN clientVLSN,
boolean inReplicationStream)
Used to pass the VLSN held in a migrated LN down to the logging levels.
|
| Modifier and Type | Method and Description |
|---|---|
VLSN |
getClientVLSN() |
DbOperationType |
getDbOperationType() |
boolean |
inReplicationStream() |
boolean |
mustGenerateVLSN() |
String |
toString() |
public static final ReplicationContext MASTER
public static final ReplicationContext NO_REPLICATE
protected ReplicationContext(boolean inReplicationStream)
public ReplicationContext(VLSN clientVLSN)
public ReplicationContext(VLSN clientVLSN, boolean inReplicationStream)
public VLSN getClientVLSN()
public boolean inReplicationStream()
public boolean mustGenerateVLSN()
public DbOperationType getDbOperationType()
Copyright © 2024. All rights reserved.