Uses of Class
com.yahoo.vespa.http.client.config.FeedParams
Packages that use FeedParams
Package
Description
Settings for creating clients/sessions.
-
Uses of FeedParams in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return FeedParamsModifier and TypeMethodDescriptionFeedParams.Builder.build()Instantiates aFeedParams.SessionParams.Builder.getFeedParams()SessionParams.getFeedParams()Methods in com.yahoo.vespa.http.client.config with parameters of type FeedParamsModifier and TypeMethodDescriptionSessionParams.Builder.setFeedParams(FeedParams feedParams) Set parameters used for feeding the documents in the receiving cluster. -
Uses of FeedParams in com.yahoo.vespa.http.client.core.communication
Constructors in com.yahoo.vespa.http.client.core.communication with parameters of type FeedParamsModifierConstructorDescriptionApacheGatewayConnectionFactory(Endpoint endpoint, FeedParams feedParams, String clusterSpecificRoute, ConnectionParams connectionParams, com.yahoo.vespa.http.client.core.communication.ApacheGatewayConnection.HttpClientFactory httpClientFactory, String clientId, Clock clock) ClusterConnection(OperationProcessor operationProcessor, FeedParams feedParams, ConnectionParams connectionParams, Cluster cluster, int clusterId, int clientQueueSizePerCluster, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock)