Class FeedParams
java.lang.Object
com.yahoo.vespa.http.client.config.FeedParams
Feed level parameters. This class is immutable
and has no public constructor - to instantiate one, use a
FeedParams.Builder.- Author:
- Einar M R Rosenvinge
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMutable class used to instantiate aFeedParams.static enumEnumeration of data formats that are acceptable by theFeedClientmethods. -
Method Summary
Modifier and TypeMethodDescriptionlonggetClientTimeout(TimeUnit unit) booleanlongintintlonggetRoute()longgetServerTimeout(TimeUnit unit) booleanReturns a builder initialized to the values of this
-
Method Details
-
getDenyIfBusyV3
public boolean getDenyIfBusyV3() -
getMaxSleepTimeMs
public long getMaxSleepTimeMs() -
getSilentUpgrade
public boolean getSilentUpgrade() -
getDataFormat
-
getRoute
-
getServerTimeout
-
getClientTimeout
-
getMaxChunkSizeBytes
public int getMaxChunkSizeBytes() -
getPriority
-
toUriParameters
-
getMaxInFlightRequests
public int getMaxInFlightRequests() -
getLocalQueueTimeOut
public long getLocalQueueTimeOut() -
getIdlePollFrequency
-
toBuilder
Returns a builder initialized to the values of this
-