public class LoadLevelerParser extends XMLRecordParser
| Modifier and Type | Field and Description |
|---|---|
static PropertyTag<java.lang.String> |
LL_JobName |
static PropertyTag<java.util.Date> |
LL_JobSubmitTime |
static PropertyTag<java.lang.String> |
LL_JobSubmittingUser |
static PropertyTag<java.lang.String> |
LL_StepAccountNumber |
static PropertyTag<java.lang.Integer> |
LL_StepBgJobId |
static PropertyTag<java.lang.Integer> |
LL_StepBgSizeAllocated |
static PropertyTag<java.lang.Integer> |
LL_StepBgSizeRequested |
static PropertyTag<java.lang.Integer> |
LL_StepCompletionCode |
static PropertyTag<java.util.Date> |
LL_StepCompletionDate |
static PropertyTag<java.lang.String> |
LL_StepID |
static PropertyTag<java.lang.String> |
LL_StepJobClass |
static PropertyTag<java.lang.Integer> |
LL_StepNodeCount |
static PropertyTag<java.lang.Double> |
LL_StepPowerConsumption |
static PropertyTag<java.util.Date> |
LL_StepStartTime |
static PropertyTag<java.lang.Integer> |
LL_StepTaskInstanceCount |
static PropertyRegistry |
loadleveler_reg |
ACCOUNT_PROP, batch, BATCH_SCRIPT_PROP, CPU_WAIT_PROP, EXPECTED_FINISH, JOB_ID_PROP, JOB_NAME_PROP, NODE_COUNT_PROP, PARTITION_PROP, PROC_COUNT_PROP, QUEUE_PROP, REQUEST_ACCURACY_PROP, REQUESTED_CPUS_PROP, REQUESTED_WALLCLOCK_PROP, RESIDENCY_PROP, SERIAL_PROP, SLOWDOWN_PROP, SUBJOB_PROP, SUBMITTED_PROP, SUBMITTED_TIMESTAMP, SUCCESS_PROP, TIME_PROP, WAIT_PROP, WALLCLOCK_PROPDUPLICATE_KEY| Constructor and Description |
|---|
LoadLevelerParser(uk.ac.ed.epcc.webapp.AppContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected XMLSplitter |
getSplitter() |
defaultSchemaName, endParse, getContext, getTargets, initFinder, initFinder, makeNameSpaceContext, parse, postProcess, splitRecords, startParsegetDerivedPropertiesreadDouble, readInteger, readLong, readTimegetDefaultUniqueProperties, modifyDefaultTableSpecification, uniqueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultUniquePropertiesgetDerivedProperties, modifyDefaultTableSpecificationpublic static final PropertyRegistry loadleveler_reg
@AutoTable @Path(value="//LL_JobName") public static final PropertyTag<java.lang.String> LL_JobName
@AutoTable @Path(value="//LL_JobSubmitTime") public static final PropertyTag<java.util.Date> LL_JobSubmitTime
@Path(value="//LL_JobSubmittingUser") public static final PropertyTag<java.lang.String> LL_JobSubmittingUser
@Path(value="//LL_StepAccountNumber") public static final PropertyTag<java.lang.String> LL_StepAccountNumber
@AutoTable @Path(value="//LL_StepCompletionCode") public static final PropertyTag<java.lang.Integer> LL_StepCompletionCode
@AutoTable @Path(value="//LL_StepCompletionDate") public static final PropertyTag<java.util.Date> LL_StepCompletionDate
@AutoTable @Path(value="//LL_StepID") public static final PropertyTag<java.lang.String> LL_StepID
@AutoTable @Path(value="//LL_StepStartTime") public static final PropertyTag<java.util.Date> LL_StepStartTime
@AutoTable @Path(value="//LLStepBgJobId") public static final PropertyTag<java.lang.Integer> LL_StepBgJobId
@AutoTable @Path(value="//LLStepBgSizeRequested") public static final PropertyTag<java.lang.Integer> LL_StepBgSizeRequested
@AutoTable @Path(value="//LLStepBgSizAllocated") public static final PropertyTag<java.lang.Integer> LL_StepBgSizeAllocated
@AutoTable @Path(value="//LL_StepNodeCount") public static final PropertyTag<java.lang.Integer> LL_StepNodeCount
@AutoTable @Path(value="//LL_StepTaskInstanceCount") public static final PropertyTag<java.lang.Integer> LL_StepTaskInstanceCount
@AutoTable @Path(value="//LL_StepJobClass") public static final PropertyTag<java.lang.String> LL_StepJobClass
@AutoTable @Path(value="//LL_StepPowerConsumption") public static final PropertyTag<java.lang.Double> LL_StepPowerConsumption
public LoadLevelerParser(uk.ac.ed.epcc.webapp.AppContext context)
protected XMLSplitter getSplitter()
getSplitter in class XMLRecordParser