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.config |
Contains config classes for Web UI
|
org.apache.nutch.webui.pages |
Provides classes and interfaces of pages for Web UI
|
org.apache.nutch.webui.pages.instances |
Contains instances pages 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 |
---|---|
NutchInstance |
NutchClient.getNutchInstance() |
Modifier and Type | Method and Description |
---|---|
NutchClient |
NutchClientFactory.getClient(NutchInstance instance) |
Modifier and Type | Method and Description |
---|---|
NutchInstance |
NutchClientImpl.getNutchInstance() |
Constructor and Description |
---|
NutchClientImpl(NutchInstance instance) |
Modifier and Type | Method and Description |
---|---|
com.j256.ormlite.dao.Dao<NutchInstance,java.lang.Long> |
SpringConfiguration.createNutchDao() |
java.util.List<NutchInstance> |
NutchGuiConfiguration.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
NutchGuiConfiguration.setInstances(java.util.List<NutchInstance> instances) |
Modifier and Type | Field and Description |
---|---|
protected org.apache.wicket.model.IModel<NutchInstance> |
AbstractBasePage.currentInstance |
Modifier and Type | Method and Description |
---|---|
protected NutchInstance |
AbstractBasePage.getCurrentInstance() |
Modifier and Type | Method and Description |
---|---|
void |
InstancePanel.setModel(org.apache.wicket.model.IModel<NutchInstance> model) |
Modifier and Type | Method and Description |
---|---|
NutchInstance |
NutchInstanceService.getInstance(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NutchInstance> |
NutchInstanceService.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
NutchInstanceService.saveInstance(NutchInstance instance) |
void |
CrawlService.startCrawl(java.lang.Long crawlId,
NutchInstance instance) |
Modifier and Type | Method and Description |
---|---|
NutchInstance |
NutchInstanceServiceImpl.getInstance(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NutchInstance> |
NutchInstanceServiceImpl.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
NutchInstanceServiceImpl.saveInstance(NutchInstance instance) |
void |
CrawlServiceImpl.startCrawl(java.lang.Long crawlId,
NutchInstance instance) |
Copyright © 2019 The Apache Software Foundation