|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.TransferJobSummary
public class TransferJobSummary
Describes the overall status of the job, its state and some extra statistics.
Field Summary | |
---|---|
JobStatus |
jobStatus
String containing the current state of the job. |
int |
numActive
Number of files belonging to the job that are currently in the 'Active' state. |
int |
numCanceled
Number of files belonging to the job that are currently in the 'Canceled' state. |
int |
numCanceling
Number of files belonging to the job that are currently in the 'Canceling' state. |
int |
numCatalogFailed
Number of files belonging to the job that are currently in the 'Done' state. |
int |
numDone
Number of files belonging to the job that are currently in the 'Done' state. |
int |
numFailed
Number of files belonging to the job that are currently in the 'Failed' state. |
int |
numFinished
Number of files belonging to the job that are currently in the 'Finished' state. |
int |
numHold
Number of files belonging to the job that are currently in the 'Hold' state. |
int |
numPending
Number of files belonging to the job that are currently in the 'Pending' state. |
int |
numRestarted
Indicates how many files belonging to the job have had to be retried (numRetries > 0). |
int |
numSubmitted
Number of files belonging to the job that are currently in the 'Submitted' state. |
int |
numWaiting
Number of files belonging to the job that are currently in the 'Waiting' state. |
Constructor Summary | |
---|---|
TransferJobSummary()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public JobStatus jobStatus
public int numDone
public int numActive
public int numPending
public int numCanceled
public int numCanceling
public int numFailed
public int numFinished
public int numSubmitted
public int numHold
public int numWaiting
public int numCatalogFailed
public int numRestarted
Constructor Detail |
---|
public TransferJobSummary()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |