Uses of Interface
com.yahoo.vespa.http.client.FeedClient
Packages that use FeedClient
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
-
Uses of FeedClient in com.yahoo.vespa.http.client
Methods in com.yahoo.vespa.http.client that return FeedClientModifier and TypeMethodDescriptionstatic FeedClientFeedClientFactory.create(SessionParams sessionParams, FeedClient.ResultCallback resultCallback) Deprecated.Creates a FeedClient.Methods in com.yahoo.vespa.http.client with parameters of type FeedClientModifier and TypeMethodDescriptionstatic voidFeedClient.feedJson(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent) Deprecated.Utility function that takes an array of JSON documents and calls the FeedClient for each element.static voidFeedClient.feedXml(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent) Deprecated.Utility function that takes an array of XML documents and calls the FeedClient for each element. -
Uses of FeedClient in com.yahoo.vespa.http.client.core
Methods in com.yahoo.vespa.http.client.core with parameters of type FeedClientModifier and TypeMethodDescriptionstatic voidJsonReader.read(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent) Process one inputstream and send all documents to feedclient.static voidXmlFeedReader.read(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent) -
Uses of FeedClient in com.yahoo.vespa.http.client.core.api
Classes in com.yahoo.vespa.http.client.core.api that implement FeedClient -
Uses of FeedClient in com.yahoo.vespa.http.client.runner
Methods in com.yahoo.vespa.http.client.runner with parameters of type FeedClientModifier and TypeMethodDescriptionstatic longRunner.send(FeedClient feedClient, InputStream inputStream, boolean isJson, AtomicInteger numSent, boolean verbose) Feed data from inputFile to session.