|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.v2.build.queue.queues.AbstractQueueOfExecutables
com.atlassian.bamboo.v2.build.queue.queues.OffloadingQueueOfExecutables
public class OffloadingQueueOfExecutables
A simple executables queue that stores common contexts as soft references and can retrieve them for the disk if needed.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.bamboo.v2.build.queue.QueueOfExecutables |
---|
QueueOfExecutables.ExecutableData |
Constructor Summary | |
---|---|
OffloadingQueueOfExecutables(com.google.common.base.Function<CommonContext,com.google.common.base.Optional<java.util.Collection<BuildAgent>>> executorCalculator,
CommonContextPersister commonContextPersister)
|
Method Summary |
---|
Methods inherited from class com.atlassian.bamboo.v2.build.queue.queues.AbstractQueueOfExecutables |
---|
enqueue, executablesForAgent, get, inflight, recalculateExecutors, recalculateExecutors, remove, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OffloadingQueueOfExecutables(com.google.common.base.Function<CommonContext,com.google.common.base.Optional<java.util.Collection<BuildAgent>>> executorCalculator, CommonContextPersister commonContextPersister)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |