| Package | Description |
|---|---|
| org.apache.hadoop.lib.server |
| Modifier and Type | Method | Description |
|---|---|---|
Server.Status |
Server.getStatus() |
Returns the current server status.
|
static Server.Status |
Server.Status.valueOf(java.lang.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.