| Interface | Description |
|---|---|
| ContentFetcher |
interface for services that can fetch an input stream to a content object in a data source.
|
| DeltaService |
Service interface for checking if a crawled record must be sent to the processing job.
|
| VisitedLinksService |
Service interface for checking if a crawled link was already crawled before.
|
| Class | Description |
|---|---|
| DeltaService.EntryId |
returned by
DeltaService.getUnvisitedEntries(String, String). |
| ImportingConstants |
Class containing general constants for importing.
|
| Enum | Description |
|---|---|
| DeltaImportStrategy |
Parameter name and possible values to specify usage of DeltaService during update.
|
| State |
result values of the {@link DeltaService#checkState(String, String, String, String) and
{@link VisitedLinksService#checkState(String, String, String, String)methods.
|
| Exception | Description |
|---|---|
| DeltaException |
Thrown by
DeltaService on error in operations. |
| ImportingException |
Generic exception thrown by importing services.
|
| VisitedLinksException |
Thrown by
VisitedLinksService on error in operations. |