public static class GremlinScriptChecker.Result extends Object
GremlinScriptChecker.parse(String)
of a Gremlin string.Modifier and Type | Method and Description |
---|---|
Optional<String> |
getRequestId()
Gets the value of the request identifier supplied using the
with() source step. |
Optional<Long> |
getTimeout()
Gets the value of the timeouts that were set using the
with() source step. |
String |
toString() |
public final Optional<Long> getTimeout()
with()
source step. If there are multiple
commands using this step, the timeouts are summed together.public Optional<String> getRequestId()
with()
source step. If there are
multiple commands using this step, the last usage should represent the id returned here.Copyright © 2013–2023 Apache Software Foundation. All rights reserved.