|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
org.objectweb.proactive.calcium | This is the main package of the Calcium skeleton framework. |
org.objectweb.proactive.calcium.interfaces | This package contains the main interfaces provided by the framework. |
org.objectweb.proactive.calcium.proactive | This package containts the required package to integrate the calcium framework with proactive. |
org.objectweb.proactive.calcium.skeletons | This package contains the skeletons supported by the framework @author ProActive Team. |
org.objectweb.proactive.calcium.statistics | This package contains the tools that generate statistics of the execution of the framework. |
Uses of Task in org.objectweb.proactive.calcium |
---|
Methods in org.objectweb.proactive.calcium that return Task | ||
---|---|---|
Task<?> |
MultiThreadedManager.CallableInterpreter.call()
|
|
Task<T> |
Task.getFinishedChild()
|
|
Task<T> |
Task.getReadyChild()
Gets a sub task ready for execution. |
|
Task<?> |
Skernel.getReadyTask(long timeout)
This method is gets a task ready for execution. |
|
Task<?> |
Skernel.getResult()
|
|
|
Facade.getResult(int streamId)
|
|
|
Interpreter.interpret(Task<T> task)
|
|
Task<T> |
Task.reBirth(T object)
Makes a new task that represents a rebirth of the current one. |
Methods in org.objectweb.proactive.calcium with parameters of type Task | ||
---|---|---|
void |
Task.addReadyChild(Task<T> child)
Adds a subtask ready for execution. |
|
int |
Task.compareTo(Task task)
|
|
boolean |
Task.equals(Task<T> task)
|
|
|
Interpreter.interpret(Task<T> task)
|
|
void |
Facade.putTask(Task<?> task)
|
|
void |
Skernel.putTask(Task<?> task)
|
|
boolean |
Task.setFinishedChild(Task<?> task)
|
Uses of Task in org.objectweb.proactive.calcium.interfaces |
---|
Methods in org.objectweb.proactive.calcium.interfaces that return Task | |
---|---|
Task<T> |
Instruction.compute(Task<T> t)
|
Methods in org.objectweb.proactive.calcium.interfaces with parameters of type Task | |
---|---|
Task<T> |
Instruction.compute(Task<T> t)
|
Uses of Task in org.objectweb.proactive.calcium.proactive |
---|
Methods in org.objectweb.proactive.calcium.proactive that return Task | |
---|---|
Task<?> |
ProActiveThreadedManager.ProActiveCallableInterpreter.call()
|
Task<?> |
ActiveObjectSkernel.getReadyTask()
|
Uses of Task in org.objectweb.proactive.calcium.skeletons |
---|
Methods in org.objectweb.proactive.calcium.skeletons that return Task | |
---|---|
Task<T> |
DaC.compute(Task<T> t)
|
Task<T> |
While.compute(Task<T> task)
|
Task<T> |
For.compute(Task<T> task)
|
Task<T> |
Map.compute(Task<T> t)
|
Task<T> |
If.compute(Task<T> t)
|
Task<T> |
Seq.compute(Task<T> t)
|
protected Task<T> |
DaC.conquer(Task<T> parent)
|
protected Task<T> |
DaC.divide(Task<T> parent)
|
protected Task<T> |
DaC.execute(Task<T> t)
|
Methods in org.objectweb.proactive.calcium.skeletons with parameters of type Task | |
---|---|
Task<T> |
DaC.compute(Task<T> t)
|
Task<T> |
While.compute(Task<T> task)
|
Task<T> |
For.compute(Task<T> task)
|
Task<T> |
Map.compute(Task<T> t)
|
Task<T> |
If.compute(Task<T> t)
|
Task<T> |
Seq.compute(Task<T> t)
|
protected Task<T> |
DaC.conquer(Task<T> parent)
|
protected Task<T> |
DaC.divide(Task<T> parent)
|
protected Task<T> |
DaC.execute(Task<T> t)
|
Uses of Task in org.objectweb.proactive.calcium.statistics |
---|
Methods in org.objectweb.proactive.calcium.statistics with parameters of type Task | |
---|---|
void |
StatsGlobalImpl.increaseSolvedTasks(Task<?> task)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |