public class EventsDumpMetadata extends Object
| Constructor and Description |
|---|
EventsDumpMetadata() |
EventsDumpMetadata(Long lastReplId,
Integer eventsDumpedCount,
boolean eventsBatched) |
| Modifier and Type | Method and Description |
|---|---|
static EventsDumpMetadata |
deserialize(org.apache.hadoop.fs.Path ackFile,
HiveConf conf) |
Integer |
getEventsDumpedCount() |
Long |
getLastReplId() |
void |
incrementEventsDumpedCount() |
boolean |
isEventsBatched() |
String |
serialize() |
void |
setEventsBatched(boolean eventsBatched) |
void |
setEventsDumpedCount(Integer eventsDumpedCount) |
void |
setLastReplId(Long lastReplId) |
public Long getLastReplId()
public Integer getEventsDumpedCount()
public void setLastReplId(Long lastReplId)
public void setEventsDumpedCount(Integer eventsDumpedCount)
public void incrementEventsDumpedCount()
public boolean isEventsBatched()
public void setEventsBatched(boolean eventsBatched)
public String serialize() throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic static EventsDumpMetadata deserialize(org.apache.hadoop.fs.Path ackFile, HiveConf conf) throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.