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(java.lang.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 java.util.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(java.time.Instant readyAt, java.time.Instant startedAt, java.time.Instant endedAt, ApplicationReindexing.State state, java.lang.String message, java.lang.Double progress)
-