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() |
Modifier and Type | Method and Description |
---|---|
static String |
ParseStatusUtils.getArg(ParseStatus status,
int n) |
static String |
ParseStatusUtils.getMessage(ParseStatus status)
A convenience method.
|
static boolean |
ParseStatusUtils.isSuccess(ParseStatus status) |
void |
Parse.setParseStatus(ParseStatus parseStatus) |
static String |
ParseStatusUtils.toString(ParseStatus status) |
Constructor and Description |
---|
Parse(String text,
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 |
---|---|
boolean |
WebPage.isParseStatusDirty(ParseStatus value)
Checks the dirty status of the 'parseStatus' field.
|
boolean |
WebPage.Tombstone.isParseStatusDirty(ParseStatus value)
Checks the dirty status of the 'parseStatus' field.
|
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 © 2015 The Apache Software Foundation