Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static RemoteCommandBuilder |
RemoteCommandBuilder.instance(JobInfo.JobType jobType) |
RemoteCommandBuilder |
RemoteCommandBuilder.withJobType(JobInfo.JobType jobType) |
Modifier and Type | Method and Description |
---|---|
JobInfo.JobType |
JobConfig.getType() |
static JobInfo.JobType |
JobInfo.JobType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobInfo.JobType[] |
JobInfo.JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobConfig.setType(JobInfo.JobType type) |
Copyright © 2019 The Apache Software Foundation