public interface SpeculativeRequestExecutor
If the implementation can issue a speculative read, it should return true to indicate a speculative request should be issued. Otherwise, return false.
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> |
issueSpeculativeRequest()
Issues a speculative request and indicates if more speculative
requests should be issued.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.