| Modifier and Type | Method and Description |
|---|---|
ReplicationMessage.Operation |
ReplicationMessage.getOperation() |
static ReplicationMessage.Operation |
ReplicationMessage.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationMessage.Operation[] |
ReplicationMessage.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplicationMessage.Operation |
PgOutputReplicationMessage.op |
| Modifier and Type | Method and Description |
|---|---|
ReplicationMessage.Operation |
PgOutputReplicationMessage.getOperation() |
| Constructor and Description |
|---|
PgOutputReplicationMessage(ReplicationMessage.Operation op,
String table,
Instant commitTimestamp,
long transactionId,
List<ReplicationMessage.Column> oldColumns,
List<ReplicationMessage.Column> newColumns) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationMessage.Operation |
PgProtoReplicationMessage.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationMessage.Operation |
Wal2JsonReplicationMessage.getOperation() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.