public class CrawlStatus
extends java.lang.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() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(byte status) |
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
Copyright © 2019 The Apache Software Foundation