Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus.Status
-
Packages that use EndpointStatus.Status Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model -
-
Uses of EndpointStatus.Status in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return EndpointStatus.Status Modifier and Type Method Description EndpointStatus.StatusEndpointStatus. getStatus()static EndpointStatus.StatusEndpointStatus.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndpointStatus.Status[]EndpointStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type EndpointStatus.Status Constructor Description EndpointStatus(EndpointStatus.Status status, java.lang.String reason, java.lang.String agent, long epoch)
-