Uses of Class
com.yahoo.vespa.http.client.config.SessionParams
Packages that use SessionParams
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
Settings for creating clients/sessions.
-
Uses of SessionParams in com.yahoo.vespa.http.client
Methods in com.yahoo.vespa.http.client with parameters of type SessionParamsModifier and TypeMethodDescriptionstatic FeedClientFeedClientFactory.create(SessionParams sessionParams, FeedClient.ResultCallback resultCallback) Deprecated.Creates a FeedClient.static SessionSessionFactory.create(SessionParams params) Deprecated.Creates aSessionwith the given parameters.Constructors in com.yahoo.vespa.http.client with parameters of type SessionParams -
Uses of SessionParams in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return SessionParamsModifier and TypeMethodDescriptionSessionParams.Builder.build()Instantiates aSessionParamsthat can be given to aFeedClientFactory. -
Uses of SessionParams in com.yahoo.vespa.http.client.core.api
Constructors in com.yahoo.vespa.http.client.core.api with parameters of type SessionParamsModifierConstructorDescriptionFeedClientImpl(SessionParams sessionParams, FeedClient.ResultCallback resultCallback, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock) SessionImpl(SessionParams sessionParams, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock) Deprecated. -
Uses of SessionParams in com.yahoo.vespa.http.client.core.operationProcessor
Constructors in com.yahoo.vespa.http.client.core.operationProcessor with parameters of type SessionParamsModifierConstructorDescriptionOperationProcessor(IncompleteResultsThrottler incompleteResultsThrottler, FeedClient.ResultCallback resultCallback, SessionParams sessionParams, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock) OperationStats(SessionParams sessionParams, List<ClusterConnection> clusters, IncompleteResultsThrottler throttler)