Class NodeStringLengthWorker.NodeStringLengthJob

  • All Implemented Interfaces:
    org.quartz.Job
    Enclosing class:
    NodeStringLengthWorker

    public static class NodeStringLengthWorker.NodeStringLengthJob
    extends Object
    implements org.quartz.Job
    A scheduled job that checks and adjusts string storage for persisted strings in the system.

    Job data:

    • nodeStringLengthWorker - The worker that performs the actual processing.
    Since:
    4.1.9.2
    Author:
    Derek Hulley
    See Also:
    NodeStringLengthWorker
    • Constructor Detail

      • NodeStringLengthJob

        public NodeStringLengthJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException