@InterfaceAudience.Public @InterfaceStability.Stable public abstract class InsertMessage extends HCatEventMessage
HCatEventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
InsertMessage() |
| Modifier and Type | Method and Description |
|---|---|
HCatEventMessage |
checkValid()
Class invariant.
|
abstract List<String> |
getFiles()
Get the list of files created as a result of this DML operation.
|
abstract Map<String,String> |
getPartitionKeyValues()
Get the map of partition keyvalues.
|
abstract String |
getTable()
Getter for the name of the table being insert into.
|
abstract String |
getTableType() |
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract Map<String,String> getPartitionKeyValues()
public abstract List<String> getFiles()
public HCatEventMessage checkValid()
HCatEventMessagecheckValid in class HCatEventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.