Package | Description |
---|---|
edu.isi.pegasus.planner.partitioner |
Modifier and Type | Class and Description |
---|---|
class |
MultipleLook
This class ends up writing a partitioned dax, that corresponds to one
partition as defined by the Partitioner.
|
class |
SingleLook
This class ends up writing a partitioned dax, that corresponds to one
partition as defined by the Partitioner.
|
Modifier and Type | Field and Description |
---|---|
protected DAXWriter |
WriterCallback.mDAXWriter
The handle to the dax writer that writes out the dax corresponding to the
partition identified.
|
Modifier and Type | Method and Description |
---|---|
static DAXWriter |
DAXWriter.loadInstance(PegasusProperties properties,
String daxFile,
String directory)
The ends up loading the PDAXWriter.
|
static DAXWriter |
DAXWriter.loadInstance(String className,
PegasusProperties properties,
String daxFile,
String directory)
Loads the implementing PDAXWriter.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.