Uses of Class
com.yahoo.vespa.http.client.config.Cluster
Packages that use Cluster
Package
Description
Settings for creating clients/sessions.
-
Uses of Cluster in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return ClusterMethods in com.yahoo.vespa.http.client.config that return types with arguments of type ClusterMethods in com.yahoo.vespa.http.client.config with parameters of type ClusterModifier and TypeMethodDescriptionSessionParams.Builder.addCluster(Cluster cluster) Add a Vespa installation for feeding documents into. -
Uses of Cluster in com.yahoo.vespa.http.client.core.communication
Constructors in com.yahoo.vespa.http.client.core.communication with parameters of type ClusterModifierConstructorDescriptionClusterConnection(OperationProcessor operationProcessor, FeedParams feedParams, ConnectionParams connectionParams, Cluster cluster, int clusterId, int clientQueueSizePerCluster, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock)