Interface | Description |
---|---|
Callback |
This callback interface has methods to handle the data sections
for stdout, stderr and stdin.
|
Measurement |
An empty interface that is the super interface for all measuremnts we take
from the kickstart records.
|
Class | Description |
---|---|
JobMeasurements |
A data class that associates at most three measurements with the job
corresponding to the GRIDSTART_PREJOB, GRIDSTART_MAINJOB and GRIDSTART_POSTJOB.
|
KickstartParser |
A helper class that parses the kickstart records and has calls to callbacks
for working on data sections of standard out, standard error, and standard
input.
|
MeasurementComparator |
Comparator for Measurement objects that allows us to sort on time.
|
WorkflowMeasurements |
A container object that stores the measurements for each site on which
the workflow was executed.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.