| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
QueryEvalStats |
QueryEvalStats.clone() |
QueryEvalStats |
GremlinQueryStatus.getQueryEvalStats()
The query statistics of the Gremlin query.
|
QueryEvalStats |
GetOpenCypherQueryStatusResult.getQueryEvalStats()
The openCypher query evaluation status.
|
QueryEvalStats |
GetGremlinQueryStatusResult.getQueryEvalStats()
The evaluation status of the Gremlin query.
|
QueryEvalStats |
QueryEvalStats.withCancelled(Boolean cancelled)
Set to
TRUE if the query was cancelled, or FALSE otherwise. |
QueryEvalStats |
QueryEvalStats.withElapsed(Integer elapsed)
The number of milliseconds the query has been running so far.
|
QueryEvalStats |
QueryEvalStats.withWaited(Integer waited)
Indicates how long the query waited, in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinQueryStatus.setQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
|
void |
GetOpenCypherQueryStatusResult.setQueryEvalStats(QueryEvalStats queryEvalStats)
The openCypher query evaluation status.
|
void |
GetGremlinQueryStatusResult.setQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
|
GremlinQueryStatus |
GremlinQueryStatus.withQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
|
GetOpenCypherQueryStatusResult |
GetOpenCypherQueryStatusResult.withQueryEvalStats(QueryEvalStats queryEvalStats)
The openCypher query evaluation status.
|
GetGremlinQueryStatusResult |
GetGremlinQueryStatusResult.withQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
|
Copyright © 2023. All rights reserved.