Uses of Enum Class
org.apache.hadoop.lib.server.Server.Status
Packages that use Server.Status
-
Uses of Server.Status in org.apache.hadoop.lib.server
Methods in org.apache.hadoop.lib.server that return Server.StatusModifier and TypeMethodDescriptionServer.getStatus()Returns the current server status.static Server.StatusReturns the enum constant of this class with the specified name.static Server.Status[]Server.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.lib.server with parameters of type Server.StatusModifier and TypeMethodDescriptionvoidBaseService.serverStatusChange(Server.Status oldStatus, Server.Status newStatus) Notification callback when the server changes its status.voidService.serverStatusChange(Server.Status oldStatus, Server.Status newStatus) Notification callback when the server changes its status.voidServer.setStatus(Server.Status status) Sets a new server status.