Uses of Class
com.yahoo.vespa.http.client.SyncFeedClient.SyncOperation
Packages that use SyncFeedClient.SyncOperation
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
-
Uses of SyncFeedClient.SyncOperation in com.yahoo.vespa.http.client
Method parameters in com.yahoo.vespa.http.client with type arguments of type SyncFeedClient.SyncOperationModifier and TypeMethodDescriptionSyncFeedClient.stream(List<SyncFeedClient.SyncOperation> operations) Deprecated.Calls FeedClient.stream for each entry in the list, blocks until all results are ready and returns them.