Package info.mikethomas.jfold.unit
Class Unit
java.lang.Object
info.mikethomas.jfold.unit.Unit
- All Implemented Interfaces:
Serializable
Represents a Folding@Home Work Unit.
- Version:
- 7.6.21
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTime and date this work unit was assigned.int
Number of attempts to send completed Unit to collection server.double
Baseline number of points awarded for completion of this Unit.int
getClone()
Clone of the Project.getCore()
Core Identifier.double
Estimated number of points awarded for completion of this Unit.getCs()
Collection server.Time and date this work unit needs to be completed by.Deprecated.no longer returned by queue-infogetError()
Unit error.getEta()
Estimated time of arrival.int
Number of frames completed.int
getGen()
Generation of the Project.getId()
Identifier.Time until the next attempt to send completed Unit to collection server.Percentage of work completed.double
getPpd()
Points per day.int
Project this Unit belongs to.int
getRun()
Run of the Project.getSlot()
Slot number this Unit belongs to.getState()
Unit state.Time and date this work unit expires.Time remaining.int
Total number of frames in this Unit.getTpf()
Time per frame.getUnit()
Unique ID of the unit.Reason the Unit is waiting.getWs()
Work server.toString()
-
Constructor Details
-
Unit
public Unit()
-
-
Method Details
-
getId
Identifier.- Returns:
- the
id
fromqueue-info
-
getState
Unit state.- Returns:
- the
state
fromqueue-info
-
getError
Unit error.- Returns:
- the
error
fromqueue-info
-
getProject
public int getProject()Project this Unit belongs to.- Returns:
- the
project
fromqueue-info
-
getRun
public int getRun()Run of the Project.- Returns:
- the
run
fromqueue-info
-
getClone
public int getClone()Clone of the Project.- Returns:
- the
clone
fromqueue-info
-
getGen
public int getGen()Generation of the Project.- Returns:
- the
gen
fromqueue-info
-
getCore
Core Identifier.- Returns:
- the
core
fromqueue-info
-
getUnit
Unique ID of the unit.- Returns:
- the
unit
fromqueue-info
-
getPercentDone
Percentage of work completed.- Returns:
- the
percentdone
fromqueue-info
-
getEta
Estimated time of arrival.- Returns:
- the
eta
fromqueue-info
-
getPpd
public double getPpd()Points per day.- Returns:
- the
ppd
fromqueue-info
-
getCreditEstimate
public double getCreditEstimate()Estimated number of points awarded for completion of this Unit.- Returns:
- the
creditestimate
fromqueue-info
-
getWaitingOn
Reason the Unit is waiting.- Returns:
- the
waitingon
fromqueue-info
-
getNextAttempt
Time until the next attempt to send completed Unit to collection server.- Returns:
- the
nextattempt
fromqueue-info
-
getTimeRemaining
Time remaining.- Returns:
- the
timeremaining
fromqueue-info
-
getTotalFrames
public int getTotalFrames()Total number of frames in this Unit.- Returns:
- the
totalframes
fromqueue-info
-
getFramesDone
public int getFramesDone()Number of frames completed.- Returns:
- the
framesdone
fromqueue-info
-
getAssigned
Time and date this work unit was assigned.- Returns:
- the
assigned
fromqueue-info
-
getTimeout
Time and date this work unit expires.- Returns:
- the
timeout
fromqueue-info
-
getDeadline
Time and date this work unit needs to be completed by.- Returns:
- the
deadline
fromqueue-info
-
getWs
Work server.- Returns:
- the
ws
fromqueue-info
-
getCs
Collection server.- Returns:
- the
cs
fromqueue-info
-
getAttempts
public int getAttempts()Number of attempts to send completed Unit to collection server.- Returns:
- the
attempts
fromqueue-info
-
getSlot
Slot number this Unit belongs to.- Returns:
- the
slot
fromqueue-info
-
getTpf
Time per frame.- Returns:
- the
tpf
fromqueue-info
-
getBaseCredit
public double getBaseCredit()Baseline number of points awarded for completion of this Unit.- Returns:
- the
basecredit
fromqueue-info
-
getDescription
Deprecated.no longer returned by queue-infoProject Description.- Returns:
- the
description
fromqueue-info
-
toString
-