public class ReplicationContext
extends java.lang.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() |
java.lang.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()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2012 Oracle. All rights reserved.