Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OUTPUT_GRAPH_PROPERTY |
"http://semarglproject.org/clerezza/properties/output-graph" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
REGEX |
"regex" |
protected static final String |
RESOURCES |
"resources" |
protected static final String |
SEARCH_CHECK |
"check" |
protected static final String |
SEARCH_DOMAIN |
"domain" |
Modifier and Type | Constant Field | Value |
---|---|---|
private final String |
fileExtension |
"yaml" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
serialVersionUID |
-6207338336384788242L |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
serialVersionUID |
466861406897163041L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LIST_ANALYZERS |
"LIST_ANALYZERS" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
HTML |
"HTML" |
private static final String |
RDF |
"RDF" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
COUNT_URIS_QUERY |
"SELECT COUNT(*) AS TOTAL FROM ?" |
protected static final String |
CREATE_TABLE_QUERY |
"CREATE TABLE ? (uri VARCHAR(1024), serial INT, data BLOB, PRIMARY KEY(uri,serial));" |
private static final int |
DEFAULT_BUFFER_SIZE |
30 |
protected static final String |
DROP_TABLE_QUERY |
"DROP TABLE " |
protected static final String |
INSERT_URI_QUERY_PART_1 |
" INSERT INTO " |
protected static final String |
INSERT_URI_QUERY_PART_2 |
"(uri,serial,data) VALUES(?,?,?)" |
private static final int |
MAX_ALPHANUM_PART_OF_TABLE_NAME |
30 |
private static final String |
SELECT_TABLE_QUERY |
"SELECT * FROM ? OFFSET ? FETCH NEXT ? ROWS ONLY " |
private static final String |
TABLE_NAME_KEY |
"URI_COLLECTOR_TABLE_NAME" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OUTPUT_FOLDER_KEY |
"OUTPUT_FOLDER" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
ERROR_EXIT_CODE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
CKAN_WHITELIST_FILE |
"CKAN_WHITELIST_FILE" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
HTML_SCRAPER_YAML_PATH |
"HTML_SCRAPER_YAML_PATH" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
MIN_DELAY_KEY |
"MIN_DELAY" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
OUTPUT_FOLDER_KEY |
"OUTPUT_FOLDER" |
public static final String |
SPARQL_HOST_CONTAINER_NAME_KEY |
"SPARQL_HOST_NAME" |
public static final String |
SPARQL_HOST_PORTS_KEY |
"SPARQL_HOST_PORT" |
Modifier and Type | Constant Field | Value |
---|---|---|
private final int |
DEFAULT_TIMEOUT |
10000 |
private final int |
PAGESIZE |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CKAN_JSON_OBJECT_MIME_TYPE |
"ckan/json" |
public static final byte |
NEWLINE_CHAR |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
USER_AGENT |
"Squirrel" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ACCEPT_HEADER_STRING |
"*/*" |
public static final String |
HTTP_RESPONSE_HEADER_PREFIX |
"http-response-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FETCHER |
"fetcher" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
MINIMUM_DELAY |
1000 |
private static final String |
SELECT_ALL_TRIPLES_QUERY |
"SELECT ?s ?p ?o\r\nWHERE {\r\nGRAPH ?g {\r\n?s ?p ?o\r\n}} " |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
serialVersionUID |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
DEFAULT_MIN_WAITING_TIME |
2000L |
private static final String |
ROBOTS_FILE_NAME |
"/robots.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_BUFFER_SIZE |
50 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final String |
CKAN_WHITELIST_FILE |
"CKAN_WHITELIST_FILE" |
private static final long |
DEFAULT_WAITING_TIME |
10000L |
public static final boolean |
ENABLE_CKAN_CRAWLER_FORWARDING |
false |
private static final int |
MAX_URIS_PER_MESSAGE |
20 |
Copyright © 2017–2020. All rights reserved.