Uses of Class
com.yahoo.vespa.http.client.config.FeedParams.Builder
Packages that use FeedParams.Builder
-
Uses of FeedParams.Builder in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return FeedParams.BuilderModifier and TypeMethodDescriptionFeedParams.Builder.setClientTimeout(long clientTimeout, TimeUnit unit) Sets the client-side timeout for each operation. If BOTH the server-side timeout AND this timeout has passed, theFeedClientwill synthesize aResult.FeedParams.Builder.setDataFormat(FeedParams.DataFormat dataFormat) Sets the data format to be used.FeedParams.Builder.setDenyIfBusyV3(boolean value) If this is set to false, the gateway will block threads until messagebus can send the message.FeedParams.Builder.setIdlePollFrequency(Double idlePollFrequency) Set what frequency to poll for async responses.FeedParams.Builder.setLocalQueueTimeOut(long timeOutMs) Sets the number of milliseconds until we respond with a timeout for a document operation if we still have not received a response.FeedParams.Builder.setMaxChunkSizeBytes(int maxChunkSizeBytes) Sets the maximum number of bytes of document data to send per HTTP request.FeedParams.Builder.setMaxInFlightRequests(int maxInFlightRequests) Sets the maximum number of operations to be in-flight.FeedParams.Builder.setMaxSleepTimeMs(long ms) When throttling the load due to transient errors on gateway, what is the most time to wait between requests per thread.FeedParams.Builder.setPriority(String priority) Sets the messagebus priority.Sets a route to be used for all Clusters, unless overridden on a per-cluster basis inCluster.getRoute().FeedParams.Builder.setServerTimeout(long serverTimeout, TimeUnit unit) Sets the server-side timeout of each operation - i.e.FeedParams.Builder.setSilentUpgrade(boolean silentUpgrade) Make server not throw 4xx/5xx for situations that are normal during upgrade as this can esily mask other problems.FeedParams.toBuilder()Returns a builder initialized to the values of this