public class FileGroupingEvent extends Object implements Comparable<FileGroupingEvent>, Externalizable
| Constructor and Description |
|---|
FileGroupingEvent() |
FileGroupingEvent(FileGroupingEventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileGroupingEvent o) |
UUID |
getEventId() |
FileGroupingEventType |
getEventType() |
Integer |
getEventVersion() |
Map<String,String> |
getExtra() |
List<UUID> |
getFileEvents() |
String |
getNodeId() |
String |
getRequestId() |
String |
getSessionId() |
Date |
getTimestamp() |
void |
readExternal(ObjectInput in) |
void |
setEventType(FileGroupingEventType eventType) |
void |
setEventVersion(Integer eventVersion) |
void |
setExtra(Map<String,String> extra) |
void |
setFileEvents(List<UUID> fileEvents) |
void |
setNodeId(String nodeId) |
void |
setRequestId(String requestId) |
void |
setSessionId(String sessionId) |
void |
setTimestamp(Date timestamp) |
void |
writeExternal(ObjectOutput out) |
public FileGroupingEvent()
public FileGroupingEvent(FileGroupingEventType eventType)
public UUID getEventId()
public String getSessionId()
public void setSessionId(String sessionId)
public String getNodeId()
public void setNodeId(String nodeId)
public FileGroupingEventType getEventType()
public void setEventType(FileGroupingEventType eventType)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getEventVersion()
public void setEventVersion(Integer eventVersion)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public int compareTo(FileGroupingEvent o)
compareTo in interface Comparable<FileGroupingEvent>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2018-2019. All Rights Reserved.