Class ChangeLogRecord


  • public class ChangeLogRecord
    extends ClusterRecord
    Cluster record representing a workspace or version update.
    • Constructor Detail

      • ChangeLogRecord

        public ChangeLogRecord​(ChangeLog changes,
                               List<EventState> events,
                               Record record,
                               String workspace,
                               long timestamp,
                               String userData)
        Create a new instance of this class. Used when serializing.
        Parameters:
        changes - changes
        events - list of EventStates
        record - record
        workspace - workspace
        timestamp - when the changes for this record were persisted.
        userData - the user data associated with these changes.