Interface QapiJobStatusTracker

All Superinterfaces:
Map<String,SelectableExpression>, PersistedObjectColumns, Tables.Columns, Tables.Table

public interface QapiJobStatusTracker extends Tables.Table, PersistedObjectColumns
  • Method Details

    • cancelRequested

      SelectableExpression cancelRequested()
      Returns:
      the cancelRequested column as a Boolean expression
    • trackerType

      SelectableExpression trackerType()
      Returns:
      the trackerType column as an Enum expression
    • jobName

      Returns:
      the jobName column as a String expression
    • processingStart

      SelectableExpression processingStart()
      Returns:
      the processingStart column as a DateTime expression
    • processingEnd

      SelectableExpression processingEnd()
      Returns:
      the processingEnd column as a DateTime expression
    • status

      Returns:
      the status column as an Enum expression
    • targetObject

      SelectableExpression targetObject()
      Returns:
      the targetObject column as a String expression
    • progress

      Returns:
      the progress column as a String expression
    • processingNode

      SelectableExpression processingNode()
      Returns:
      the processingNode column as a String expression
    • threadUUID

      SelectableExpression threadUUID()
      Returns:
      the threadUUID column as a String expression
    • lightweight

      SelectableExpression lightweight()
      Returns:
      the lightweight column as a Boolean expression
    • concurrencyKey

      SelectableExpression concurrencyKey()
      Returns:
      the concurrencyKey column as a String expression
    • hasWarning

      SelectableExpression hasWarning()
      Returns:
      the hasWarning column as a Boolean expression