Package | Description |
---|---|
edu.isi.pegasus.planner.cluster | |
edu.isi.pegasus.planner.provenance.pasoa.producer | |
edu.isi.pegasus.planner.refiner | |
edu.isi.pegasus.planner.transfer |
Modifier and Type | Field and Description |
---|---|
private XMLProducer |
Horizontal.mXMLStore
The XML Producer object that records the actions.
|
Modifier and Type | Method and Description |
---|---|
XMLProducer |
Horizontal.getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment
capturing the actions of the refiner.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemory
An implementation of the XMLProducer interface backed by a StringBuffer.
|
Modifier and Type | Method and Description |
---|---|
static XMLProducer |
XMLProducerFactory.loadXMLProducer(PegasusProperties properties)
Loads the appropriate XMLProducer on the basis of the property set in the
properties.
|
Modifier and Type | Field and Description |
---|---|
private XMLProducer |
DataReuseEngine.mXMLStore
The XML Producer object that records the actions.
|
private XMLProducer |
InterPoolEngine.mXMLStore
The XML Producer object that records the actions.
|
Modifier and Type | Method and Description |
---|---|
XMLProducer |
DataReuseEngine.getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment
capturing the actions of the refiner.
|
XMLProducer |
InterPoolEngine.getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment
capturing the actions of the refiner.
|
XMLProducer |
Refiner.getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment
capturing the actions of the refiner.
|
Modifier and Type | Field and Description |
---|---|
protected XMLProducer |
AbstractRefiner.mXMLStore
The XML Producer object that records the actions.
|
Modifier and Type | Method and Description |
---|---|
XMLProducer |
AbstractRefiner.getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment
capturing the actions of the refiner.
|