Modifier and Type | Field and Description |
---|---|
private String |
mBaseSubmitDirectory
The base submit directory where the files are being created.
|
private String |
mDAXPath
The path to the DAX that was planned by the workflow.
|
private Date |
mEndTime
The end time for the planning.
|
private String |
mPropertiesPath
The pointer to the properties file that was used.
|
private String |
mRelativeSubmitDirectory
The relative submit directory for this run.
|
private Date |
mStartTime
The start time for hte planning.
|
private String |
mUser
The user who planned the workflow.
|
private String |
mVOGroup
The VOGroup to which the user belonged to.
|
private WorkflowMetrics |
mWFMetrics
The metrics about the workflow.
|
Constructor and Description |
---|
PlannerMetrics()
The default metrics.
|
Modifier and Type | Method and Description |
---|---|
protected void |
append(StringBuffer buffer,
String key,
String value)
Appends a key=value pair to the StringBuffer.
|
Object |
clone()
Returns the clone of the object.
|
String |
getBaseSubmitDirectory()
Returns the path to the base submit directory.
|
String |
getDAX()
Sets the path to the DAX.
|
Date |
getEndTime()
Returns the end time for the planning operation.
|
String |
getProperties()
Returns the path to the properties file for the run.
|
String |
getRelativeSubmitDirectory()
Returns the path to the relative submit directory.
|
Date |
getStartTime()
Returns the start time for the planning operation.
|
String |
getVOGroup()
Returns the VO Group.
|
WorkflowMetrics |
getWorkflowMetrics()
Returns the workflow metrics.
|
void |
setBaseSubmitDirectory(String base)
Sets the path to the base submit directory.
|
void |
setDAX(String path)
Sets the path to the DAX.
|
void |
setEndTime(Date end)
Set the end time for the planning operation.
|
void |
setProperties(String path)
Sets the path to the properties file for the run.
|
void |
setRelativeSubmitDirectory(String relative)
Sets the path to the submit directory relative to the base.
|
void |
setStartTime(Date start)
Set the start time for the planning operation.
|
String |
setUser()
Returns the username.
|
void |
setUser(String user)
Sets the user.
|
void |
setVOGroup(String group)
Sets the vo group
|
void |
setWorkflowMetrics(WorkflowMetrics metrics)
Sets the workflow metrics.
|
String |
toString()
Returns a textual description of the object.
|
setToString, vectorToString
private String mBaseSubmitDirectory
private String mRelativeSubmitDirectory
private String mDAXPath
private String mPropertiesPath
private String mUser
private String mVOGroup
private WorkflowMetrics mWFMetrics
private Date mStartTime
private Date mEndTime
public WorkflowMetrics getWorkflowMetrics()
public void setWorkflowMetrics(WorkflowMetrics metrics)
metrics
- the workflow metrics.public String setUser()
public void setUser(String user)
user
- the user.public void setVOGroup(String group)
group
- the vo group.public String getVOGroup()
public void setProperties(String path)
path
- the path to the properties file.public String getProperties()
public void setBaseSubmitDirectory(String base)
base
- the path to the base submit directory.public String getBaseSubmitDirectory()
public void setRelativeSubmitDirectory(String relative)
relative
- the relative path from the base submit directory.public String getRelativeSubmitDirectory()
public void setDAX(String path)
path
- the path to the DAX file.public String getDAX()
public void setStartTime(Date start)
start
- the start time.public Date getStartTime()
public void setEndTime(Date end)
end
- the end time.public Date getEndTime()
public String toString()
protected void append(StringBuffer buffer, String key, String value)
buffer
- the StringBuffer that is to be appended to.key
- the key.value
- the value.Copyright © 2011 The University of Southern California. All Rights Reserved.