/AWS1/CL_NEDLSTGREMLINQUERIE01¶
ListGremlinQueriesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_acceptedquerycount TYPE /AWS1/NEDINTEGER /AWS1/NEDINTEGER¶
The number of queries that have been accepted but not yet completed, including queries in the queue.
iv_runningquerycount TYPE /AWS1/NEDINTEGER /AWS1/NEDINTEGER¶
The number of Gremlin queries currently running.
it_queries TYPE /AWS1/CL_NEDGREMLINQUERYSTATUS=>TT_GREMLINQUERIES TT_GREMLINQUERIES¶
A list of the current queries.
Queryable Attributes¶
acceptedQueryCount¶
The number of queries that have been accepted but not yet completed, including queries in the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTEDQUERYCOUNT() |
Getter for ACCEPTEDQUERYCOUNT, with configurable default |
ASK_ACCEPTEDQUERYCOUNT() |
Getter for ACCEPTEDQUERYCOUNT w/ exceptions if field has no |
HAS_ACCEPTEDQUERYCOUNT() |
Determine if ACCEPTEDQUERYCOUNT has a value |
runningQueryCount¶
The number of Gremlin queries currently running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNNINGQUERYCOUNT() |
Getter for RUNNINGQUERYCOUNT, with configurable default |
ASK_RUNNINGQUERYCOUNT() |
Getter for RUNNINGQUERYCOUNT w/ exceptions if field has no v |
HAS_RUNNINGQUERYCOUNT() |
Determine if RUNNINGQUERYCOUNT has a value |
queries¶
A list of the current queries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERIES() |
Getter for QUERIES, with configurable default |
ASK_QUERIES() |
Getter for QUERIES w/ exceptions if field has no value |
HAS_QUERIES() |
Determine if QUERIES has a value |