| Package | Description |
|---|---|
| org.dice_research.squirrel.collect | |
| org.dice_research.squirrel.sink | |
| org.dice_research.squirrel.sink.impl.mem | |
| org.dice_research.squirrel.sink.tripleBased |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UriCollector
A URI collector stores the URIs that have been found by a worker while
crawling/processing a certain URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUriCollector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sink
The interface of a sink used by a worker.
|
interface |
UnstructuredDataSink
A sink that can handle unstructured data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySink
This is a simple in-memory implementation of a sink that can be used for
testing purposes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedTripleBasedSink
A specialization of
TripleBasedSink which has the capability to give back all Triples stored behind
a given CrawleableUri. |
interface |
TripleBasedSink
A sink that can handle triples.
|
Copyright © 2017–2019. All rights reserved.