Package | Description |
---|---|
edu.isi.pegasus.common.util | |
edu.isi.pegasus.planner.catalog.replica | |
edu.isi.pegasus.planner.catalog.work | |
edu.isi.pegasus.planner.common |
Modifier and Type | Field and Description |
---|---|
private static CommonProperties |
CommonProperties.m_instance
implements the singleton access via class variable.
|
Modifier and Type | Method and Description |
---|---|
static CommonProperties |
CommonProperties.instance()
Singleton threading: Creates the one and only instance of the
properties in the current application.
|
static CommonProperties |
CommonProperties.noHassleInstance()
Singleton interface: Creates the one and only instance of the
properties in the current application, and does not bother the
programmer with exceptions.
|
static CommonProperties |
CommonProperties.nonSingletonInstance(String confProperties)
Create a temporary property that is not attached to the Singleton.
|
Modifier and Type | Method and Description |
---|---|
static ReplicaCatalog |
ReplicaFactory.loadInstance(CommonProperties props)
Connects the interface with the replica catalog implementation.
|
Modifier and Type | Method and Description |
---|---|
static WorkCatalog |
WorkFactory.loadInstance(CommonProperties props)
Connects the interface with the work catalog implementation.
|
Modifier and Type | Field and Description |
---|---|
private CommonProperties |
PegasusProperties.mProps
The object holding all the properties pertaining to the VDS system.
|
Modifier and Type | Method and Description |
---|---|
CommonProperties |
PegasusProperties.getVDSProperties()
Returns the CommonProperties that this object encapsulates.
|
Modifier and Type | Method and Description |
---|---|
protected Profiles |
PegasusProperties.retrieveProfilesFromProperties(CommonProperties properties)
Retrieves profiles from the properties
|