public class ProcessManager<T> extends Object implements Runnable, Serializable
Constructor and Description |
---|
ProcessManager(Callable<T> c,
long idArg,
float nc,
boolean f) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Callable<T> |
getCallable() |
long |
getID() |
T |
getOutput() |
Throwable |
getRemoteException() |
long |
getRunningOn() |
int |
requestedCores(ClusterNode node) |
int |
requestedCores(int totalCores) |
void |
run()
Runs this ProcessManager.
|
void |
setException(Throwable exception) |
void |
setRunningOn(ClusterNode node) |
public void run()
public void setRunningOn(ClusterNode node)
public long getRunningOn()
public T getOutput()
public long getID()
public Throwable getRemoteException()
public void setException(Throwable exception)
public int requestedCores(int totalCores)
public int requestedCores(ClusterNode node)
Copyright © 2015–2021 Fiji. All rights reserved.