Interface QueryRecord.PartialResult

  • All Known Implementing Classes:
    SimpleQueryRecord.PartialResult
    Enclosing interface:
    QueryRecord

    public static interface QueryRecord.PartialResult
    A QueryRecord.PartialResult is a partial query record that contains recorded costs for a query operation. Partial results are collected in a query record by a QueryRecorder.
    • Method Detail

      • getSteps

        List<? extends QueryRecord.PartialResult.Step> getSteps()
        Get the list of steps for this query record partial result in the order that they occurred.
        Returns:
        the list of steps
      • getPartitions

        PartitionSet getPartitions()
        Get the set of partitions associated with this partial result.
        Returns:
        the partition set