public class TilePipe extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NTHREADS_QUEUE |
Constructor and Description |
---|
TilePipe() |
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Returns the number of elements in the queue
|
WMTSTile |
getTile()
Gets a tile from the pipe
|
void |
setRequestManager(Thread threadManager)
El thread manager no se usa con la pool solo para la implementación de RequestThreadManager
|
void |
setTile(WMTSTile tile)
Sets a tile in the pipe
|
public void setRequestManager(Thread threadManager)
threadManager
- public void setTile(WMTSTile tile)
tile
- public WMTSTile getTile()
public int getSize()