public class CrawlStatus extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
CrawlStatus() |
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
public static String getName(byte status)
Copyright © 2015 The Apache Software Foundation