Interface JobsText


public interface JobsText
This class assembles texts which are used in the jobs management.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte[]
    Running.
    static final byte[]
    End.
    static final byte[]
    ID.
    static final byte[]
    Interval.
    static final byte[]
    Job.
    static final byte[]
    Jobs.
    static final byte[]
    Read locks.
    static final byte[]
    Next start.
    static final byte[]
    State.
    static final byte[]
    Time of registering.
    static final byte[]
    Type.
    static final byte[]
    User.
    static final byte[]
    Write locks.
  • Field Details

    • JOBS

      static final byte[] JOBS
      Jobs.
    • JOB

      static final byte[] JOB
      Job.
    • ID

      static final byte[] ID
      ID.
    • DURATION

      static final byte[] DURATION
      Running.
    • TYPE

      static final byte[] TYPE
      Type.
    • STATE

      static final byte[] STATE
      State.
    • START

      static final byte[] START
      Next start.
    • END

      static final byte[] END
      End.
    • INTERVAL

      static final byte[] INTERVAL
      Interval.
    • USER

      static final byte[] USER
      User.
    • READS

      static final byte[] READS
      Read locks.
    • WRITES

      static final byte[] WRITES
      Write locks.
    • TIME

      static final byte[] TIME
      Time of registering.