Interface SearchQueryImplementor<H>

Type Parameters:
H - The type of query hits.
All Superinterfaces:
SearchFetchable<H>, SearchQuery<H>
All Known Implementing Classes:
AbstractSearchQuery

public interface SearchQueryImplementor<H> extends SearchQuery<H>
Defines the "service program contract" for SearchQuery.

Methods on SearchQuery are not supposed to change the internal state of the instance. Methods here can do that.

  • Method Details

    • failAfter

      @Deprecated default void failAfter(long timeout, TimeUnit timeUnit)
      Deprecated.
    • failAfter

      void failAfter(Long timeout, TimeUnit timeUnit)