Class QueryProfileBreakdown


  • public final class QueryProfileBreakdown
    extends AbstractProfileBreakdown<QueryTimingType>
    A record of timings for the various operations that may happen during query execution. A node's time may be composed of several internal attributes (rewriting, weighting, scoring, etc).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryProfileBreakdown

        public QueryProfileBreakdown()
        Sole constructor.