org.griphyn.cPlanner.parser.pdax |
|
Java Source File Name | Type | Comment |
Callback.java | Interface | This interfaces defines the callback calls from PDAX parsing. |
PDAX2MDAG.java | Class | 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. |
PDAXCallbackFactory.java | Class | A factory class to load the appropriate DAX callback implementations that need
to be passed to the DAX Parser. |
PDAXCallbackFactoryException.java | Class | Class to notify of failures while instantiating PDAXCallback implementations. |