|
Public Types |
enum | Attr {
UNDEF = 0,
JOBID,
OWNER,
STATUS,
LOCATION,
DESTINATION,
DONECODE,
USERTAG,
TIME,
LEVEL,
HOST,
SOURCE,
INSTANCE,
EVENT_TYPE,
CHKPT_TAG,
RESUBMITTED,
PARENT,
EXITCODE
} |
enum | Op {
EQUAL = EDG_WLL_QUERY_OP_EQUAL,
LESS = EDG_WLL_QUERY_OP_LESS,
GREATER = EDG_WLL_QUERY_OP_GREATER,
WITHIN = EDG_WLL_QUERY_OP_WITHIN,
UNEQUAL = EDG_WLL_QUERY_OP_UNEQUAL
} |
Public Member Functions |
| QueryRecord () |
| QueryRecord (const QueryRecord &) |
QueryRecord & | operator= (const QueryRecord &) |
| QueryRecord (const Attr, const Op, const std::string &) |
| QueryRecord (const Attr, const Op, const int) |
| QueryRecord (const Attr, const Op, const struct timeval &) |
| QueryRecord (const Attr, const Op, const edg::workload::common::jobid::JobId &) |
| QueryRecord (const Attr, const Op, const int, const struct timeval &) |
| QueryRecord (const Attr, const Op, const std::string &, const std::string &) |
| QueryRecord (const Attr, const Op, const int, const int) |
| QueryRecord (const Attr, const Op, const struct timeval &, const struct timeval &) |
| QueryRecord (const Attr, const Op, const int, const struct timeval &, const struct timeval &) |
| QueryRecord (const std::string &, const Op, const std::string &) |
| QueryRecord (const std::string &, const Op, const std::string &, const std::string &) |
| ~QueryRecord () |
Protected Member Functions |
| operator edg_wll_QueryRec () const |
Friends |
class | ServerConnection |
edg_wll_QueryRec * | convertQueryVector (const std::vector< QueryRecord > &in) |