public interface TileFetcher
Modifier and Type | Method and Description |
---|---|
void |
cancelTileFetches(java.lang.Object[] fetchIDs)
Cancel a group of requests at once
Use the object returned by the startTileFetch call (which is just a Request object)
|
java.lang.String |
getFetcherName()
Name of this tile fetcher.
|
void |
shutdown()
Kill all outstanding connections and clean up.
|
void |
startTileFetches(TileFetchRequest[] requests)
Add a whole group of requests at once.
|
java.lang.Object |
updateTileFetch(java.lang.Object fetchID,
int priority,
float importance)
Update an active request with a new priority and importance.
|
java.lang.String getFetcherName()
void startTileFetches(TileFetchRequest[] requests)
java.lang.Object updateTileFetch(java.lang.Object fetchID, int priority, float importance)
void cancelTileFetches(java.lang.Object[] fetchIDs)
void shutdown()