Class NodeStringLengthWorker.NodeStringLengthJob

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

    public static class NodeStringLengthWorker.NodeStringLengthJob
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JOB_DATA_NODE_WORKER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JOB_DATA_NODE_WORKER

        public static final java.lang.String JOB_DATA_NODE_WORKER
        See Also:
        Constant Field Values
    • 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