| Package | Description |
|---|---|
| org.apache.nutch.host |
Host database to store metadata per host.
|
| org.apache.nutch.storage |
Representation (
web pages,
host metadata) of data in abstracted storage. |
| Modifier and Type | Method and Description |
|---|---|
Host |
HostDb.get(java.lang.String key) |
Host |
HostDb.getByHostName(java.lang.String hostName) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostDb.put(java.lang.String key,
Host host) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Host.Tombstone |
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.Builder.build() |
Host |
Host.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
static Host.Builder |
Host.newBuilder(Host other)
Creates a new Host RecordBuilder by copying an existing Host instance
|
Copyright © 2019 The Apache Software Foundation