| Constructor and Description |
|---|
JobInfo(int id,
PeerChannel<ExtendedSubmitInput> submitChannel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
int |
getPreviousQueuePosition() |
int |
getQueuedChildCount() |
int |
getRunningChildCount() |
PeerChannel<ExtendedSubmitInput> |
getSubmitChannel() |
boolean |
isRelaunched() |
void |
setPreviousQueuePosition(int previousQueuePosition) |
void |
setQueuedChildCount(int queuedChildCount) |
void |
setRelaunched(boolean relaunched) |
void |
setRunningChildCount(int runningChildCount) |
public JobInfo(int id,
PeerChannel<ExtendedSubmitInput> submitChannel)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic int getPreviousQueuePosition()
public void setPreviousQueuePosition(int previousQueuePosition)
public int getId()
public PeerChannel<ExtendedSubmitInput> getSubmitChannel()
public boolean isRelaunched()
public void setRelaunched(boolean relaunched)
public int getQueuedChildCount()
public void setQueuedChildCount(int queuedChildCount)
public int getRunningChildCount()
public void setRunningChildCount(int runningChildCount)
Copyright © 2010–2017. All rights reserved.