Uses of Class
com.yahoo.vespa.http.client.config.Endpoint
Packages that use Endpoint
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
Settings for creating clients/sessions.
-
Uses of Endpoint in com.yahoo.vespa.http.client
Methods in com.yahoo.vespa.http.client that return EndpointModifier and TypeMethodDescriptionFeedEndpointException.getEndpoint()Deprecated.Result.Detail.getEndpoint()Returns the endpoint from which the result was received, or null if this failed before being assigned an endpointMethods in com.yahoo.vespa.http.client with parameters of type EndpointConstructors in com.yahoo.vespa.http.client with parameters of type EndpointModifierConstructorDescriptionDetail(Endpoint endpoint, Result.ResultType resultType, String traceMessage, Exception e) FeedConnectException(Throwable cause, Endpoint endpoint) Deprecated.protectedFeedEndpointException(String message, Throwable cause, Endpoint endpoint) Deprecated.FeedProtocolException(int httpStatusCode, String httpResponseMessage, Throwable cause, Endpoint endpoint) Deprecated. -
Uses of Endpoint in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return EndpointModifier and TypeMethodDescriptionstatic EndpointCreates an Endpoint with the default port and without using SSLstatic EndpointCreates an Endpoint with the given hostname, port and SSL setting.static EndpointMethods in com.yahoo.vespa.http.client.config that return types with arguments of type EndpointMethods in com.yahoo.vespa.http.client.config with parameters of type EndpointModifier and TypeMethodDescriptionCluster.Builder.addEndpoint(Endpoint endpoint) Adds an Endpoint (a HTTP gateway) to this Cluster.voidSessionParams.ErrorReporter.onSessionError(Endpoint endpoint, String oldSessionID, String newSessionId) -
Uses of Endpoint in com.yahoo.vespa.http.client.core.communication
Methods in com.yahoo.vespa.http.client.core.communication that return EndpointModifier and TypeMethodDescriptionDryRunGatewayConnection.getEndpoint()EndpointIOException.getEndpoint()Returns the endpoint, or null if the failure occurred before this was assigned to a unique endpointGatewayConnection.getEndpoint()IOThread.getEndpoint()Constructors in com.yahoo.vespa.http.client.core.communication with parameters of type EndpointModifierConstructorDescriptionApacheGatewayConnectionFactory(Endpoint endpoint, FeedParams feedParams, String clusterSpecificRoute, ConnectionParams connectionParams, com.yahoo.vespa.http.client.core.communication.ApacheGatewayConnection.HttpClientFactory httpClientFactory, String clientId, Clock clock) DryRunGatewayConnection(Endpoint endpoint, Clock clock) DryRunGatewayConnectionFactory(Endpoint endpoint, Clock clock) EndpointIOException(Endpoint endpoint, String message, Throwable cause) -
Uses of Endpoint in com.yahoo.vespa.http.client.core.operationProcessor
Methods in com.yahoo.vespa.http.client.core.operationProcessor with parameters of type EndpointModifier and TypeMethodDescriptionstatic EndpointResultEndPointResultFactory.createError(Endpoint endpoint, String operationId, Exception exception) static Collection<EndpointResult>EndPointResultFactory.createResult(Endpoint endpoint, InputStream inputStream) static EndpointResultEndPointResultFactory.createTransientError(Endpoint endpoint, String operationId, Exception exception)