Package com.atlassian.synchrony
Class EventId
- java.lang.Object
-
- com.atlassian.synchrony.EventId
-
- All Implemented Interfaces:
Serializable
public class EventId extends Object implements Serializable
Composite id key class forEvents
. 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.- Since:
- 6.3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHistory()
String
getRev()
int
hashCode()
void
setHistory(String history)
void
setRev(String rev)
String
toString()
-