| Package | Description |
|---|---|
| org.apache.nutch.webui.client |
Provides client classes and interfaces for Web UI
|
| org.apache.nutch.webui.client.impl |
Contains implementation of client classes and interfaces for Web UI
|
| org.apache.nutch.webui.client.model |
Contains model classes of client for Web UI
|
| org.apache.nutch.webui.model |
Contains model classes for Web UI
|
| org.apache.nutch.webui.service |
Provides service classes and interfaces for Web UI
|
| org.apache.nutch.webui.service.impl |
Contains service implementation classes for Web UI
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
NutchClient.getConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
NutchClientImpl.getConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStatus |
ConnectionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStatus[] |
ConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
NutchInstance.getConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NutchInstance.setConnectionStatus(ConnectionStatus connectionStatus) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
NutchService.getConnectionStatus(java.lang.Long instanceId) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatus |
NutchServiceImpl.getConnectionStatus(java.lang.Long instanceId) |
Copyright © 2019 The Apache Software Foundation