public interface SinkBase
| Modifier and Type | Method and Description |
|---|---|
void |
closeSinkForUri(CrawleableUri uri)
Closes the resources necessary for storing the data of the given URI.
|
void |
openSinkForUri(CrawleableUri uri)
Opens the sink to process data for the given URI.
|
void openSinkForUri(CrawleableUri uri)
uri - the URI for which data should be stored.void closeSinkForUri(CrawleableUri uri)
uri - the URI for which data has been stored and for which the resources
should be freed.Copyright © 2017–2019. All rights reserved.