Package | Description |
---|---|
org.apache.nutch.parse |
The
Parse interface and related classes. |
org.apache.nutch.storage |
Representation (
web pages ,
host metadata ) of data in abstracted storage. |
Modifier and Type | Field and Description |
---|---|
static ParseStatus |
ParseStatusUtils.STATUS_SUCCESS |
Modifier and Type | Method and Description |
---|---|
ParseStatus |
Parse.getParseStatus() |
ParseStatus |
NutchSitemapParse.getParseStatus() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ParseStatusUtils.getArg(ParseStatus status,
int n) |
static java.lang.String |
ParseStatusUtils.getMessage(ParseStatus status)
A convenience method.
|
static boolean |
ParseStatusUtils.isSuccess(ParseStatus status) |
void |
Parse.setParseStatus(ParseStatus parseStatus) |
void |
NutchSitemapParse.setParseStatus(ParseStatus parseStatus) |
static java.lang.String |
ParseStatusUtils.toString(ParseStatus status) |
Constructor and Description |
---|
NutchSitemapParse(java.util.Map<Outlink,Metadata> outlinkMap,
ParseStatus parseStatus) |
Parse(java.lang.String text,
java.lang.String title,
Outlink[] outlinks,
ParseStatus parseStatus) |
Modifier and Type | Class and Description |
---|---|
static class |
ParseStatus.Tombstone |
Modifier and Type | Method and Description |
---|---|
ParseStatus |
ParseStatus.Builder.build() |
ParseStatus |
WebPage.getParseStatus()
Gets the value of the 'parseStatus' field.
|
ParseStatus |
WebPage.Builder.getParseStatus()
Gets the value of the 'parseStatus' field
|
ParseStatus |
WebPage.Tombstone.getParseStatus()
Gets the value of the 'parseStatus' field.
|
ParseStatus |
ParseStatus.newInstance() |
Modifier and Type | Method and Description |
---|---|
static ParseStatus.Builder |
ParseStatus.newBuilder(ParseStatus other)
Creates a new ParseStatus RecordBuilder by copying an existing ParseStatus instance
|
void |
WebPage.setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field.
|
WebPage.Builder |
WebPage.Builder.setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field
|
void |
WebPage.Tombstone.setParseStatus(ParseStatus value)
Sets the value of the 'parseStatus' field.
|
Copyright © 2019 The Apache Software Foundation