Uses of Enum Class
com.yahoo.config.provision.EndpointsChecker.Status
Packages that use EndpointsChecker.Status
-
Uses of EndpointsChecker.Status in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return EndpointsChecker.StatusModifier and TypeMethodDescriptionEndpointsChecker.Availability.status()Returns the value of thestatusrecord component.static EndpointsChecker.StatusReturns the enum constant of this class with the specified name.static EndpointsChecker.Status[]EndpointsChecker.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.config.provision with parameters of type EndpointsChecker.StatusModifierConstructorDescriptionAvailability(EndpointsChecker.Status status, String message) Creates an instance of aAvailabilityrecord class.