Class PhaseTook

    • Method Detail

      • canMatch

        public final int canMatch()
        Required - The time taken for the can_match phase.

        API name: can_match

      • dfsPreQuery

        public final int dfsPreQuery()
        Required - The time taken for the distributed frequency search pre-query phase.

        API name: dfs_pre_query

      • dfsQuery

        public final int dfsQuery()
        Required - The time taken for the distributed frequency search query phase.

        API name: dfs_query

      • expand

        public final int expand()
        Required - The time taken for the expand phase.

        API name: expand

      • fetch

        public final int fetch()
        Required - The time taken for the fetch phase.

        API name: fetch

      • query

        public final int query()
        Required - The time taken for the query phase.

        API name: query

      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object