private class MongoDbStreamingChangeEventSource.ReplicaSetOplogContext extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.bson.BsonTimestamp |
incompleteEventTimestamp |
private long |
incompleteTxOrder |
private ReplicaSetOffsetContext |
offset |
private ConnectionContext.MongoPrimary |
primary |
private ReplicaSet |
replicaSet |
| Constructor and Description |
|---|
ReplicaSetOplogContext(ReplicaSetOffsetContext offsetContext,
ConnectionContext.MongoPrimary primary,
ReplicaSet replicaSet) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.bson.BsonTimestamp |
getIncompleteEventTimestamp() |
long |
getIncompleteTxOrder() |
(package private) ReplicaSetOffsetContext |
getOffset() |
(package private) ConnectionContext.MongoPrimary |
getPrimary() |
(package private) String |
getReplicaSetName() |
void |
setIncompleteEventTimestamp(org.bson.BsonTimestamp incompleteEventTimestamp) |
void |
setIncompleteTxOrder(long incompleteTxOrder) |
private final ReplicaSetOffsetContext offset
private final ConnectionContext.MongoPrimary primary
private final ReplicaSet replicaSet
private org.bson.BsonTimestamp incompleteEventTimestamp
private long incompleteTxOrder
ReplicaSetOplogContext(ReplicaSetOffsetContext offsetContext, ConnectionContext.MongoPrimary primary, ReplicaSet replicaSet)
ReplicaSetOffsetContext getOffset()
ConnectionContext.MongoPrimary getPrimary()
String getReplicaSetName()
org.bson.BsonTimestamp getIncompleteEventTimestamp()
public void setIncompleteEventTimestamp(org.bson.BsonTimestamp incompleteEventTimestamp)
public long getIncompleteTxOrder()
public void setIncompleteTxOrder(long incompleteTxOrder)
Copyright © 2020 JBoss by Red Hat. All rights reserved.