Uses of Enum Class
com.yahoo.vespa.http.client.Result.ResultType
Packages that use Result.ResultType
Package
Description
Programmatic API for feeding to Vespa clusters independently of the
cluster configuration.
-
Uses of Result.ResultType in com.yahoo.vespa.http.client
Methods in com.yahoo.vespa.http.client that return Result.ResultTypeModifier and TypeMethodDescriptionResult.Detail.getResultType()Returns the result of the operationstatic Result.ResultTypeReturns the enum constant of this class with the specified name.static Result.ResultType[]Result.ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.http.client with parameters of type Result.ResultTypeModifierConstructorDescriptionDetail(Endpoint endpoint, Result.ResultType resultType, String traceMessage, Exception e)