Class Unit

java.lang.Object
info.mikethomas.jfold.unit.Unit
All Implemented Interfaces:
Serializable

public class Unit extends Object implements Serializable

Represents a Folding@Home Work Unit.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • Unit

      public Unit()
  • Method Details

    • getId

      public String getId()
      Identifier.
      Returns:
      the id from queue-info
    • getState

      public String getState()
      Unit state.
      Returns:
      the state from queue-info
    • getError

      public String getError()
      Unit error.
      Returns:
      the error from queue-info
    • getProject

      public int getProject()
      Project this Unit belongs to.
      Returns:
      the project from queue-info
    • getRun

      public int getRun()
      Run of the Project.
      Returns:
      the run from queue-info
    • getClone

      public int getClone()
      Clone of the Project.
      Returns:
      the clone from queue-info
    • getGen

      public int getGen()
      Generation of the Project.
      Returns:
      the gen from queue-info
    • getCore

      public String getCore()
      Core Identifier.
      Returns:
      the core from queue-info
    • getUnit

      public String getUnit()
      Unique ID of the unit.
      Returns:
      the unit from queue-info
    • getPercentDone

      public String getPercentDone()
      Percentage of work completed.
      Returns:
      the percentdone from queue-info
    • getEta

      public String getEta()
      Estimated time of arrival.
      Returns:
      the eta from queue-info
    • getPpd

      public double getPpd()
      Points per day.
      Returns:
      the ppd from queue-info
    • getCreditEstimate

      public double getCreditEstimate()
      Estimated number of points awarded for completion of this Unit.
      Returns:
      the creditestimate from queue-info
    • getWaitingOn

      public String getWaitingOn()
      Reason the Unit is waiting.
      Returns:
      the waitingon from queue-info
    • getNextAttempt

      public String getNextAttempt()
      Time until the next attempt to send completed Unit to collection server.
      Returns:
      the nextattempt from queue-info
    • getTimeRemaining

      public String getTimeRemaining()
      Time remaining.
      Returns:
      the timeremaining from queue-info
    • getTotalFrames

      public int getTotalFrames()
      Total number of frames in this Unit.
      Returns:
      the totalframes from queue-info
    • getFramesDone

      public int getFramesDone()
      Number of frames completed.
      Returns:
      the framesdone from queue-info
    • getAssigned

      public Date getAssigned()
      Time and date this work unit was assigned.
      Returns:
      the assigned from queue-info
    • getTimeout

      public Date getTimeout()
      Time and date this work unit expires.
      Returns:
      the timeout from queue-info
    • getDeadline

      public Date getDeadline()
      Time and date this work unit needs to be completed by.
      Returns:
      the deadline from queue-info
    • getWs

      public InetAddress getWs()
      Work server.
      Returns:
      the ws from queue-info
    • getCs

      public InetAddress getCs()
      Collection server.
      Returns:
      the cs from queue-info
    • getAttempts

      public int getAttempts()
      Number of attempts to send completed Unit to collection server.
      Returns:
      the attempts from queue-info
    • getSlot

      public String getSlot()
      Slot number this Unit belongs to.
      Returns:
      the slot from queue-info
    • getTpf

      public String getTpf()
      Time per frame.
      Returns:
      the tpf from queue-info
    • getBaseCredit

      public double getBaseCredit()
      Baseline number of points awarded for completion of this Unit.
      Returns:
      the basecredit from queue-info
    • getDescription

      @Deprecated public String getDescription()
      Deprecated.
      no longer returned by queue-info
      Project Description.
      Returns:
      the description from queue-info
    • toString

      public String toString()
      Overrides:
      toString in class Object