Class EventId

  • All Implemented Interfaces:
    Serializable

    public class EventId
    extends Object
    implements Serializable
    Composite id key class for 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.
    Since:
    6.3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • EventId

        public EventId()