Interface ListOpenCypherQueriesResponse.Builder

    • Method Detail

      • acceptedQueryCount

        ListOpenCypherQueriesResponse.Builder acceptedQueryCount​(Integer acceptedQueryCount)

        The number of queries that have been accepted but not yet completed, including queries in the queue.

        Parameters:
        acceptedQueryCount - The number of queries that have been accepted but not yet completed, including queries in the queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runningQueryCount

        ListOpenCypherQueriesResponse.Builder runningQueryCount​(Integer runningQueryCount)

        The number of currently running openCypher queries.

        Parameters:
        runningQueryCount - The number of currently running openCypher queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queries

        ListOpenCypherQueriesResponse.Builder queries​(GremlinQueryStatus... queries)

        A list of current openCypher queries.

        Parameters:
        queries - A list of current openCypher queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.