| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedCkanFetcher
Simple Java-based CKAN Fetcher.
|
class |
SimpleCkanFetcher
Simple Java-based CKAN Fetcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MicroServiceBasedCkanFetcher
A micro service client which communicates via RabbitMQ and assumes that the
micro service is able to fetch the content of a CKAN.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DereferencingFetcher
Deprecated.
Use the
HTTPFetcher instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DumpFetcher
Deprecated.
Use the
HTTPFetcher instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
FTPFetcher
A simple fetcher using the FTP protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPFetcher
Fetcher which uses an HTTP client to fetch data and store it in a
temporary directory. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOrderedFetcherManager
A very simple manager for
Fetcher instances that is based on the
order of the given fetchers. |
| Modifier and Type | Field and Description |
|---|---|
private Fetcher[] |
SimpleOrderedFetcherManager.fetchers |
| Modifier and Type | Method and Description |
|---|---|
Fetcher[] |
SimpleOrderedFetcherManager.getFetchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleOrderedFetcherManager.setFetchers(Fetcher... fetchers) |
| Constructor and Description |
|---|
SimpleOrderedFetcherManager(Fetcher... fetchers) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonFetcher |
class |
SparqlBasedFetcher
A simple
Fetcher for SPARQL that tries to get triples from a SPARQL
endpoint using the query "SELECT ?s ?p ?o\r\nWHERE {\r\nGRAPH ?g {\r\n?s ?p ?o\r\n}} ". |
class |
SparqlDatasetFetcher
A simple
Fetcher for SPARQL that tries to get DataSets from a SPARQL
endpoint using the query . |
| Modifier and Type | Field and Description |
|---|---|
protected Fetcher |
WorkerImpl.fetcher |
| Constructor and Description |
|---|
WorkerImpl(org.dice_research.squirrel.frontier.Frontier frontier,
Fetcher fetcher,
org.dice_research.squirrel.sink.Sink sink,
Analyzer analyzer,
RobotsManager manager,
org.dice_research.squirrel.data.uri.serialize.Serializer serializer,
UriCollector collector,
long waitingTime,
String logDir,
boolean sendAliveMessages,
boolean storeMetadata)
Constructor.
|
Copyright © 2017–2020. All rights reserved.