public class PgOutputTruncateReplicationMessage extends PgOutputReplicationMessage
ReplicationMessage.Column, ReplicationMessage.ColumnTypeMetadata, ReplicationMessage.ColumnValue<T>, ReplicationMessage.NoopMessage, ReplicationMessage.Operation, ReplicationMessage.TransactionMessage| Modifier and Type | Field and Description |
|---|---|
private boolean |
lastTableInTruncate |
| Constructor and Description |
|---|
PgOutputTruncateReplicationMessage(ReplicationMessage.Operation op,
String table,
Instant commitTimestamp,
long transactionId,
boolean lastTableInTruncate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLastEventForLsn() |
getCommitTime, getNewTupleList, getOldTupleList, getOperation, getTable, getTransactionId, getValue, hasTypeMetadata, shouldSchemaBeSynchronizedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransactionalMessagepublic PgOutputTruncateReplicationMessage(ReplicationMessage.Operation op, String table, Instant commitTimestamp, long transactionId, boolean lastTableInTruncate)
public boolean isLastEventForLsn()
isLastEventForLsn in interface ReplicationMessageisLastEventForLsn in class PgOutputReplicationMessageCopyright © 2021 JBoss by Red Hat. All rights reserved.