Uses of Class
com.graphdbapi.driver.internal.value.CypherTaskStatus
-
Packages that use CypherTaskStatus Package Description com.graphdbapi.driver com.graphdbapi.driver.internal.value -
-
Uses of CypherTaskStatus in com.graphdbapi.driver
Methods in com.graphdbapi.driver that return CypherTaskStatus Modifier and Type Method Description CypherTaskStatus
Graph. getCypherTaskAsyncForStatementResultStatus(long cypherTaskId)
获取可视化专用 cypher 异步查询任务的执行状态。 -
Uses of CypherTaskStatus in com.graphdbapi.driver.internal.value
Methods in com.graphdbapi.driver.internal.value that return CypherTaskStatus Modifier and Type Method Description static CypherTaskStatus
CypherTaskStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CypherTaskStatus[]
CypherTaskStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-