Class GremlinScriptChecker.Result

    • Method Detail

      • getTimeout

        public final Optional<Long> getTimeout()
        Gets the value of the timeouts that were set using the GraphTraversal.with(String, Object) source step. If there are multiple commands using this step, the timeouts are summed together.
      • getRequestId

        public Optional<String> getRequestId()
        Gets the value of the request identifier supplied using the GraphTraversal.with(String, Object) source step. If there are multiple commands using this step, the last usage should represent the id returned here.
      • getMaterializeProperties

        public Optional<String> getMaterializeProperties()
        Gets the value of the materializeProperties supplied using the GraphTraversal.with(String, Object) source step. If there are multiple commands using this step, the last usage should represent the value returned here.