Package | Description |
---|---|
org.apache.hadoop.lib.server |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.serverStatusChange(Server.Status oldStatus,
Server.Status newStatus)
Notification callback when the server changes its status.
|
void |
BaseService.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 © 2022 Apache Software Foundation. All rights reserved.