|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Server.Status | |
|---|---|
| org.apache.hadoop.lib.server | |
| Uses of Server.Status in org.apache.hadoop.lib.server |
|---|
| Methods in org.apache.hadoop.lib.server that return Server.Status | |
|---|---|
Server.Status |
Server.getStatus()
Returns the current server status. |
static Server.Status |
Server.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Server.Status[] |
Server.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.lib.server with parameters of type Server.Status | |
|---|---|
void |
BaseService.serverStatusChange(Server.Status oldStatus,
Server.Status newStatus)
Notification callback when the server changes its status. |
void |
Service.serverStatusChange(Server.Status oldStatus,
Server.Status newStatus)
Notification callback when the server changes its status. |
void |
Server.setStatus(Server.Status status)
Sets a new server status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||