Interface QueryRecord

  • All Known Implementing Classes:
    SimpleQueryRecord

    public interface QueryRecord
    The QueryRecord object carries information regarding the estimated or actual execution cost for a query operation.
    Since:
    Coherence 3.7.1
    Author:
    tb 2011.05.26
    • Method Detail

      • getResults

        List<? extends QueryRecord.PartialResult> getResults()
        Get the list of partial results for this query record.
        Returns:
        the list of results