private class ConcurrentQueryLoader.Worker
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
queueSize |
(package private) boolean |
running |
(package private) java.util.List<MonitorQuery> |
workerQueue |
| Constructor and Description |
|---|
Worker(int queueSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
final java.util.List<MonitorQuery> workerQueue
final int queueSize
boolean running