| Constructor and Description |
|---|
JobInfo(int id,
PeerChannel<SubmitInput> submitChannel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
int |
getPreviousQueuePosition() |
PeerChannel<SubmitInput> |
getSubmitChannel() |
void |
setPreviousQueuePosition(int previousQueuePosition) |
public JobInfo(int id,
PeerChannel<SubmitInput> submitChannel)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic int getPreviousQueuePosition()
public void setPreviousQueuePosition(int previousQueuePosition)
public int getId()
public PeerChannel<SubmitInput> getSubmitChannel()
Copyright © 2010–2016. All rights reserved.