public class EventId extends Object implements Serializable
Events
. Composite-id class is a measure to prevent OOME'ing when
exporting the synchrony tables to xml backup. If we don't, the entire Events object is used as an id, which
causes OOME because the byte array 'event' field to blow out memory.Constructor and Description |
---|
EventId() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHistory() |
String |
getRev() |
int |
hashCode() |
void |
setHistory(String history) |
void |
setRev(String rev) |
String |
toString() |
Copyright © 2003–2019 Atlassian. All rights reserved.