Uses of Interface
com.yahoo.vespa.http.client.FeedClient.ResultCallback
Packages that use FeedClient.ResultCallback
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
-
Uses of FeedClient.ResultCallback in com.yahoo.vespa.http.client
Classes in com.yahoo.vespa.http.client that implement FeedClient.ResultCallbackModifier and TypeClassDescriptionclassDeprecated.Vespa-http-client will be removed in Vespa 8.Methods in com.yahoo.vespa.http.client with parameters of type FeedClient.ResultCallbackModifier and TypeMethodDescriptionstatic FeedClientFeedClientFactory.create(SessionParams sessionParams, FeedClient.ResultCallback resultCallback) Deprecated.Creates a FeedClient. -
Uses of FeedClient.ResultCallback in com.yahoo.vespa.http.client.core.api
Constructors in com.yahoo.vespa.http.client.core.api with parameters of type FeedClient.ResultCallbackModifierConstructorDescriptionFeedClientImpl(SessionParams sessionParams, FeedClient.ResultCallback resultCallback, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock) -
Uses of FeedClient.ResultCallback in com.yahoo.vespa.http.client.core.operationProcessor
Constructors in com.yahoo.vespa.http.client.core.operationProcessor with parameters of type FeedClient.ResultCallbackModifierConstructorDescriptionOperationProcessor(IncompleteResultsThrottler incompleteResultsThrottler, FeedClient.ResultCallback resultCallback, SessionParams sessionParams, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock)