|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.mgrid.queryengine.UrwgDbXpath
XPath queries for UR-WG Schema
Field Summary | |
static java.lang.String |
ETIME
Xpath to query the end text node from the execution record |
static java.lang.String |
GROUP
Xpath to query the account from the execution record |
static java.lang.String |
JOBUSAGE_RECORD
Xpath to query to get all JobUsageRecords between specified dates To do a date range, must first take the date before the T in the timezone in |
static java.lang.String |
MEMORY
Xpath to query the memoryText node from the execution record |
static java.lang.String |
NODE_COUNT
Xpath to query the wall clock time Text node from the execution record |
static java.lang.String |
RECORDID
Xpath query statement for unique record id and attribute name |
static java.lang.String |
RECORDIDATTR
Unique record ID for this jog usage record |
static java.lang.String |
START
Xpath to query the start text node from the execution record |
static java.lang.String |
SUBMITTIME
Xpath to query the submit time text node from the execution record |
static java.lang.String |
USER
Xpath to query the user Text node from the execution record |
static java.lang.String |
WALLCLOCK
Xpath to query the wall clock time Text node from the execution record |
Constructor Summary | |
UrwgDbXpath()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String JOBUSAGE_RECORD
public static java.lang.String RECORDID
public static java.lang.String RECORDIDATTR
public static java.lang.String WALLCLOCK
public static java.lang.String GROUP
public static java.lang.String MEMORY
public static java.lang.String USER
public static java.lang.String NODE_COUNT
public static java.lang.String SUBMITTIME
public static java.lang.String START
public static java.lang.String ETIME
Constructor Detail |
public UrwgDbXpath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |