Package | Description |
---|---|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Modifier and Type | Method and Description |
---|---|
private JCSCachedTileLoaderJob<?,?> |
HostLimitQueue.findJob() |
Modifier and Type | Method and Description |
---|---|
private java.util.concurrent.Semaphore |
HostLimitQueue.getSemaphore(JCSCachedTileLoaderJob<?,?> job) |
private void |
HostLimitQueue.releaseSemaphore(JCSCachedTileLoaderJob<?,?> job) |
private boolean |
HostLimitQueue.tryAcquireSemaphore(JCSCachedTileLoaderJob<?,?> job) |
Modifier and Type | Class and Description |
---|---|
class |
TMSCachedTileLoaderJob
Class bridging TMS requests to JCS cache requests
|
class |
WMSCachedTileLoaderJob
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|