public class SearchServer extends Object implements Monitored
| Constructor and Description |
|---|
SearchServer(Props props) |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitStop()
Blocks until the process is terminated
|
boolean |
isReady()
True if the process is started and operational (-> can accept requests), false if
it's still starting.
|
static void |
main(String... args) |
void |
start()
Starts process.
|
void |
stop() |
public SearchServer(Props props)
public void start()
Monitoredpublic boolean isReady()
Monitoredpublic void awaitStop()
MonitoredCopyright © 2009–2015 SonarSource. All rights reserved.