private static class TransactionalBuffer.DmlEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
private LogMinerDmlEntry |
entry |
private int |
operation |
private String |
rowId |
private Scn |
scn |
private TableId |
tableId |
| Constructor and Description |
|---|
DmlEvent(int operation,
LogMinerDmlEntry entry,
Scn scn,
TableId tableId,
String rowId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LogMinerDmlEntry |
getEntry() |
int |
getOperation() |
String |
getRowId() |
Scn |
getScn() |
TableId |
getTableId() |
int |
hashCode() |
private final int operation
private final LogMinerDmlEntry entry
private final Scn scn
private final TableId tableId
private final String rowId
public DmlEvent(int operation,
LogMinerDmlEntry entry,
Scn scn,
TableId tableId,
String rowId)
public int getOperation()
public LogMinerDmlEntry getEntry()
public Scn getScn()
public TableId getTableId()
public String getRowId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.