Class FeedParams

java.lang.Object
com.yahoo.vespa.http.client.config.FeedParams

public final class FeedParams extends Object
Feed level parameters. This class is immutable and has no public constructor - to instantiate one, use a FeedParams.Builder.
Author:
Einar M R Rosenvinge
  • Method Details

    • getDenyIfBusyV3

      public boolean getDenyIfBusyV3()
    • getMaxSleepTimeMs

      public long getMaxSleepTimeMs()
    • getSilentUpgrade

      public boolean getSilentUpgrade()
    • getDataFormat

      public FeedParams.DataFormat getDataFormat()
    • getRoute

      public String getRoute()
    • getServerTimeout

      public long getServerTimeout(TimeUnit unit)
    • getClientTimeout

      public long getClientTimeout(TimeUnit unit)
    • getMaxChunkSizeBytes

      public int getMaxChunkSizeBytes()
    • getPriority

      public String getPriority()
    • toUriParameters

      public String toUriParameters()
    • getMaxInFlightRequests

      public int getMaxInFlightRequests()
    • getLocalQueueTimeOut

      public long getLocalQueueTimeOut()
    • getIdlePollFrequency

      public Double getIdlePollFrequency()
    • toBuilder

      public FeedParams.Builder toBuilder()
      Returns a builder initialized to the values of this