Uses of Class
com.yahoo.vespa.http.client.config.SessionParams.Builder
Packages that use SessionParams.Builder
-
Uses of SessionParams.Builder in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return SessionParams.BuilderModifier and TypeMethodDescriptionSessionParams.Builder.addCluster(Cluster cluster) Add a Vespa installation for feeding documents into.SessionParams.Builder.setClientQueueSize(int clientQueueSize) Sets the maximum number of document operations to hold in memory, waiting to be sent to Vespa.SessionParams.Builder.setConnectionParams(ConnectionParams connectionParams) Transport parameters, like custom HTTP headers.SessionParams.Builder.setErrorReporter(SessionParams.ErrorReporter errorReporter) Sets an error reporter that is invoked in case of serious errors.SessionParams.Builder.setFeedParams(FeedParams feedParams) Set parameters used for feeding the documents in the receiving cluster.SessionParams.Builder.setThrottlerMinSize(int throttlerMinSize) Sets the minimum queue size of the throttler.SessionParams.toBuilder()