Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.ApplicationReindexing.State
-
Packages that use ApplicationReindexing.State Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of ApplicationReindexing.State in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return ApplicationReindexing.State Modifier and Type Method Description static ApplicationReindexing.StateApplicationReindexing.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationReindexing.State[]ApplicationReindexing.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type ApplicationReindexing.State Modifier and Type Method Description Optional<ApplicationReindexing.State>ApplicationReindexing.Status. state()Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type ApplicationReindexing.State Constructor Description Status(Instant readyAt, Instant startedAt, Instant endedAt, ApplicationReindexing.State state, String message, Double progress, Double speed)
-