Constant Field Values

Contents

org.archive.*

  • org.archive.modules.recrawl.FetchHistoryHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    ".ts"
  • org.archive.modules.recrawl.TroughContentDigestHistory
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "warcprox-dedup-v1"
    protected static final String
    "create table dedup (\n digest_key varchar(100) primary key,\n url varchar(2100) not null,\n date varchar(100) not null,\n id varchar(100));\n"
    protected static final String
    "insert or ignore into dedup (digest_key, url, date, id) values (%s, %s, %s, %s);"