Class PhaseTook.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • canMatch

        @Nonnull
        public final PhaseTook.Builder canMatch​(int value)
        Required - The time taken for the can_match phase.

        API name: can_match

      • dfsPreQuery

        @Nonnull
        public final PhaseTook.Builder dfsPreQuery​(int value)
        Required - The time taken for the distributed frequency search pre-query phase.

        API name: dfs_pre_query

      • dfsQuery

        @Nonnull
        public final PhaseTook.Builder dfsQuery​(int value)
        Required - The time taken for the distributed frequency search query phase.

        API name: dfs_query

      • expand

        @Nonnull
        public final PhaseTook.Builder expand​(int value)
        Required - The time taken for the expand phase.

        API name: expand

      • fetch

        @Nonnull
        public final PhaseTook.Builder fetch​(int value)
        Required - The time taken for the fetch phase.

        API name: fetch

      • query

        @Nonnull
        public final PhaseTook.Builder query​(int value)
        Required - The time taken for the query phase.

        API name: query