Interface SpeculativeRequestExecutor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> issueSpeculativeRequest()
      Issues a speculative request and indicates if more speculative requests should be issued.
    • Method Detail

      • issueSpeculativeRequest

        com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> issueSpeculativeRequest()
        Issues a speculative request and indicates if more speculative requests should be issued.
        Returns:
        whether more speculative requests should be issued