Uses of Class
com.yahoo.vespa.http.client.core.EndpointResult
Packages that use EndpointResult
-
Uses of EndpointResult in com.yahoo.vespa.http.client.core.operationProcessor
Methods in com.yahoo.vespa.http.client.core.operationProcessor that return EndpointResultModifier and TypeMethodDescriptionstatic EndpointResultEndPointResultFactory.createError(Endpoint endpoint, String operationId, Exception exception) static EndpointResultEndPointResultFactory.createTransientError(Endpoint endpoint, String operationId, Exception exception) Methods in com.yahoo.vespa.http.client.core.operationProcessor that return types with arguments of type EndpointResultModifier and TypeMethodDescriptionstatic Collection<EndpointResult>EndPointResultFactory.createResult(Endpoint endpoint, InputStream inputStream) Methods in com.yahoo.vespa.http.client.core.operationProcessor with parameters of type EndpointResultModifier and TypeMethodDescriptionvoidOperationProcessor.resultReceived(EndpointResult endpointResult, int clusterId)