Modifier and Type | Class and Description |
---|---|
protected static class |
SparqlDatasetFetcher.SelectedTriplesIterator |
Modifier and Type | Field and Description |
---|---|
protected boolean |
checkForUriType |
protected File |
dataDirectory |
protected String |
dataSetQuery
The delay that the system will have between sending two queries.
|
protected int |
delay |
protected String |
graphQuery |
protected int |
limit |
private static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
SparqlDatasetFetcher() |
SparqlDatasetFetcher(int delay) |
SparqlDatasetFetcher(int delay,
int begin,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
File |
fetch(org.dice_research.squirrel.data.uri.CrawleableUri uri,
Delayer delayer)
|
protected org.aksw.jena_sparql_api.core.QueryExecutionFactory |
initQueryExecution(String uri) |
private static final org.slf4j.Logger LOGGER
protected String dataSetQuery
protected String graphQuery
protected int delay
protected int limit
protected File dataDirectory
protected boolean checkForUriType
public SparqlDatasetFetcher()
public SparqlDatasetFetcher(int delay, int begin, int limit)
public SparqlDatasetFetcher(int delay)
public File fetch(org.dice_research.squirrel.data.uri.CrawleableUri uri, Delayer delayer)
Fetcher
protected org.aksw.jena_sparql_api.core.QueryExecutionFactory initQueryExecution(String uri) throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2017–2020. All rights reserved.