public abstract class InsertMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
InsertMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract Iterable<String> |
getFiles()
Get list of file name and checksum created as a result of this DML operation
|
abstract org.apache.hadoop.hive.metastore.api.Partition |
getPtnObj()
Get the partition object associated with the insert
|
abstract String |
getTable()
Getter for the name of the table being insert into.
|
abstract org.apache.hadoop.hive.metastore.api.Table |
getTableObj()
Get the table object associated with the insert
|
abstract String |
getTableType() |
abstract boolean |
isReplace()
Getter for the replace flag being insert into/overwrite
|
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract boolean isReplace()
public abstract Iterable<String> getFiles()
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObj()
throws Exception
Exceptionpublic abstract org.apache.hadoop.hive.metastore.api.Partition getPtnObj()
throws Exception
Exceptionpublic EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.