public class DMLEvent extends ChangeEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
DMLEvent.Builder
Builder for a DML event.
|
| Modifier and Type | Method and Description |
|---|---|
static DMLEvent.Builder |
builder() |
static DMLEvent.Builder |
builder(DMLEvent event) |
boolean |
equals(Object o) |
long |
getIngestTimestampMillis() |
DMLOperation |
getOperation() |
io.cdap.cdap.api.data.format.StructuredRecord |
getPreviousRow() |
io.cdap.cdap.api.data.format.StructuredRecord |
getRow() |
String |
getRowId() |
int |
getSizeInBytes() |
String |
getTransactionId() |
int |
hashCode() |
getChangeType, getOffset, getSourceTimestampMillis, isSnapshotpublic DMLOperation getOperation()
public io.cdap.cdap.api.data.format.StructuredRecord getRow()
@Nullable public io.cdap.cdap.api.data.format.StructuredRecord getPreviousRow()
public String getTransactionId()
public long getIngestTimestampMillis()
public int getSizeInBytes()
public boolean equals(Object o)
equals in class ChangeEventpublic int hashCode()
hashCode in class ChangeEventpublic static DMLEvent.Builder builder(DMLEvent event)
public static DMLEvent.Builder builder()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.