|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.nutch.crawl.CrawlStatus
public class CrawlStatus
| Field Summary | |
|---|---|
static byte |
STATUS_FETCHED
Page was successfully fetched. |
static byte |
STATUS_GONE
Page no longer exists. |
static byte |
STATUS_NOTMODIFIED
Fetching successful - page is not modified. |
static byte |
STATUS_REDIR_PERM
Page permanently redirects to other page. |
static byte |
STATUS_REDIR_TEMP
Page temporarily redirects to other page. |
static byte |
STATUS_RETRY
Fetching unsuccessful, needs to be retried (transient errors). |
static byte |
STATUS_UNFETCHED
Page was not fetched yet. |
| Constructor Summary | |
|---|---|
CrawlStatus()
|
|
| Method Summary | |
|---|---|
static String |
getName(byte status)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte STATUS_UNFETCHED
public static final byte STATUS_FETCHED
public static final byte STATUS_GONE
public static final byte STATUS_REDIR_TEMP
public static final byte STATUS_REDIR_PERM
public static final byte STATUS_RETRY
public static final byte STATUS_NOTMODIFIED
| Constructor Detail |
|---|
public CrawlStatus()
| Method Detail |
|---|
public static String getName(byte status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||