|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.queryengine.DbXpath
This class contains XPath query constants for various types of queries
Field Summary | |
static java.lang.String |
EXECUTION_RECORD
Xpath to query for all users who ran E jobs between a certain date |
static java.lang.String |
GROUP
Xpath to query the group Text node from the execution record |
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 |
QTIME
Xpath to query the qtimeText node from the execution record |
static java.lang.String |
START
Xpath to query the qtimeText 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 | |
DbXpath()
|
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 EXECUTION_RECORD
public static java.lang.String WALLCLOCK
public static java.lang.String MEMORY
public static java.lang.String USER
public static java.lang.String GROUP
public static java.lang.String NODE_COUNT
public static java.lang.String QTIME
public static java.lang.String START
Constructor Detail |
public DbXpath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |