|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Callback | |
|---|---|
| edu.isi.pegasus.planner.parser | |
| edu.isi.pegasus.planner.parser.pdax | |
| Uses of Callback in edu.isi.pegasus.planner.parser |
|---|
| Fields in edu.isi.pegasus.planner.parser declared as Callback | |
|---|---|
private Callback |
PDAXParser.mCallback
The callback handler to which the callbacks are sent during designated points of parsing the pdax. |
| Methods in edu.isi.pegasus.planner.parser with parameters of type Callback | |
|---|---|
void |
PDAXParser.setCallback(Callback callback)
Sets the callback handler for this parsing instance. |
| Uses of Callback in edu.isi.pegasus.planner.parser.pdax |
|---|
| Classes in edu.isi.pegasus.planner.parser.pdax that implement Callback | |
|---|---|
class |
PDAX2MDAG
This callback ends up creating the megadag that contains the smaller dags each corresponding to the one level as identified in the pdax file generated by the partitioner. |
| Methods in edu.isi.pegasus.planner.parser.pdax that return Callback | |
|---|---|
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
String directory)
Loads the implementing class corresponding to the type specified by the user. |
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
String directory,
String className)
Loads the implementing class corresponding to the type specified by the user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||