public abstract class ReloadMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
ReloadMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract Partition |
getPtnObj()
Get the partition object associated with the insert
|
abstract String |
getTable()
Getter for the name of the table being insert into.
|
abstract Table |
getTableObj()
Get the table object associated with the insert
|
abstract boolean |
isRefreshEvent()
Getter for the replace flag being insert into/overwrite
|
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract Table getTableObj() throws Exception
Exceptionpublic abstract Partition getPtnObj() throws Exception
Exceptionpublic abstract String getTable()
public abstract boolean isRefreshEvent()
public EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2024 The Apache Software Foundation. All rights reserved.