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(String key) |
Host |
HostDb.getByHostName(String hostName) |
Modifier and Type | Method and Description |
---|---|
void |
HostDb.put(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 © 2015 The Apache Software Foundation