Class TerminateBackupRestoreJobRequest

  • All Implemented Interfaces:
    ClusterEvent, Serializable

    public class TerminateBackupRestoreJobRequest
    extends ConfluenceEvent
    implements ClusterEvent
    Cluster event that requires to cancel the job on other nodes (if they are found). When we cancel the job, it can be run on any node, so we have to inform all nodes.
    Since:
    8.3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TerminateBackupRestoreJobRequest

        public TerminateBackupRestoreJobRequest​(Object src,
                                                long jobId)
    • Method Detail

      • getJobId

        public long getJobId()