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) |
String |
getDatabase() |
DDLOperation |
getOperation() |
String |
getPrevTable() |
List<String> |
getPrimaryKey() |
io.cdap.cdap.api.data.schema.Schema |
getSchema() |
String |
getTable() |
int |
hashCode() |
getChangeType, getOffset, isSnapshotpublic DDLOperation getOperation()
@Nullable public io.cdap.cdap.api.data.schema.Schema getSchema()
public String getDatabase()
public String getPrevTable()
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 © 2020 CDAP Licensed under the Apache License, Version 2.0.