Class ActivityWorkersInformation

  • All Implemented Interfaces:
    DebugDumpable, Serializable

    public class ActivityWorkersInformation
    extends Object
    implements DebugDumpable, Serializable
    State of the worker tasks (in the broad sense - i.e. tasks that do the real execution) in an activity: - how many workers are there in total, - how many workers (of them) are executing, - how many workers (of executing ones) have been stalled, - on what cluster nodes, - if stalled, then since when.
    See Also:
    Serialized Form
    • Constructor Detail

      • ActivityWorkersInformation

        public ActivityWorkersInformation()
    • Method Detail

      • getWorkersCreated

        public int getWorkersCreated()
      • getWorkersExecuting

        public int getWorkersExecuting()
      • getWorkersStalled

        public int getWorkersStalled()
      • getCompletelyStalledSince

        @Nullable
        public @Nullable XMLGregorianCalendar getCompletelyStalledSince()
      • toHumanReadableString

        @NotNull
        public @NotNull String toHumanReadableString()