public class DDLEvent extends ChangeEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
DDLEvent.Builder
Builder for a DDL event.
|
| Modifier and Type | Method and Description |
|---|---|
static DDLEvent.Builder |
builder() |
static DDLEvent.Builder |
builder(DDLEvent event) |
boolean |
equals(Object o) |
DDLOperation |
getOperation() |
List<String> |
getPrimaryKey() |
io.cdap.cdap.api.data.schema.Schema |
getSchema() |
int |
hashCode() |
getChangeType, getOffset, getSourceTimestampMillis, isSnapshotpublic DDLOperation getOperation()
@Nullable public io.cdap.cdap.api.data.schema.Schema getSchema()
public boolean equals(Object o)
equals in class ChangeEventpublic int hashCode()
hashCode in class ChangeEventpublic static DDLEvent.Builder builder(DDLEvent event)
public static DDLEvent.Builder builder()
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.