Package com.google.gerrit.server.git
Interface QueueProvider
-
- All Known Implementing Classes:
CommandExecutorQueueProvider
public interface QueueProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QueueProvider.QueueType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledThreadPoolExecutor
getQueue(QueueProvider.QueueType type)
-
-
-
Method Detail
-
getQueue
ScheduledThreadPoolExecutor getQueue(QueueProvider.QueueType type)
-
-