Uses of Class
edu.isi.pegasus.planner.partitioner.DAXWriter
-
Packages that use DAXWriter Package Description edu.isi.pegasus.planner.partitioner -
-
Uses of DAXWriter in edu.isi.pegasus.planner.partitioner
Subclasses of DAXWriter in edu.isi.pegasus.planner.partitioner Modifier and Type Class Description classMultipleLookThis class ends up writing a partitioned dax, that corresponds to one partition as defined by the Partitioner.classSingleLookThis class ends up writing a partitioned dax, that corresponds to one partition as defined by the Partitioner.Fields in edu.isi.pegasus.planner.partitioner declared as DAXWriter Modifier and Type Field Description protected DAXWriterWriterCallback. mDAXWriterThe handle to the dax writer that writes out the dax corresponding to the partition identified.Methods in edu.isi.pegasus.planner.partitioner that return DAXWriter Modifier and Type Method Description static DAXWriterDAXWriter. loadInstance(PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)The ends up loading the PDAXWriter.static DAXWriterDAXWriter. loadInstance(java.lang.String className, PegasusProperties properties, java.lang.String daxFile, java.lang.String directory)Loads the implementing PDAXWriter.
-