Uses of Class
com.yahoo.vespa.http.client.Result
Packages that use Result
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
-
Uses of Result in com.yahoo.vespa.http.client
Methods in com.yahoo.vespa.http.client that return types with arguments of type ResultModifier and TypeMethodDescriptionSession.results()Deprecated.ReturnsResults for all operations enqueued bySession.stream(CharSequence).SyncFeedClient.SyncResult.results()Returns the results of this.Methods in com.yahoo.vespa.http.client with parameters of type ResultModifier and TypeMethodDescriptionvoidFeedClient.ResultCallback.onCompletion(String docId, Result documentResult) This callback is always called exactly once for each feed operation passed to the client instance, whether or not it was successful.voidSimpleLoggerResultCallback.onCompletion(String docId, Result documentResult) Deprecated. -
Uses of Result in com.yahoo.vespa.http.client.core.api
Methods in com.yahoo.vespa.http.client.core.api that return types with arguments of type Result