public abstract class InsertMessage extends HCatEventMessage
HCatEventMessage.EventType
eventType
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.
|
getDB, getEventType, getServer, getServicePrincipal, getTimestamp
public abstract String getTable()
public abstract Map<String,String> getPartitionKeyValues()
public abstract List<String> getFiles()
public HCatEventMessage checkValid()
HCatEventMessage
checkValid
in class HCatEventMessage
Copyright © 2017 The Apache Software Foundation. All rights reserved.