protected static class PlanExecutionLaunchControlImpl.PerRepositoryQueues extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Queue<TriggerableInternalKey>> |
perRepositoryIdQueues |
Modifier | Constructor and Description |
---|---|
protected |
PerRepositoryQueues() |
Modifier and Type | Method and Description |
---|---|
void |
add(@NotNull Long repositoryId,
@NotNull TriggerableInternalKey valueToAdd) |
void |
clear() |
Optional<TriggerableInternalKey> |
popFirst(@NotNull Long repositoryId) |
protected final Map<Long,Queue<TriggerableInternalKey>> perRepositoryIdQueues
public void add(@NotNull @NotNull Long repositoryId, @NotNull @NotNull TriggerableInternalKey valueToAdd)
public Optional<TriggerableInternalKey> popFirst(@NotNull @NotNull Long repositoryId)
public void clear()
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.