Modifier and Type | Method and Description |
---|---|
static void |
DistributionPackageUtils.mergeQueueEntry(DistributionPackageInfo packageInfo,
DistributionQueueEntry entry) |
Modifier and Type | Method and Description |
---|---|
DistributionQueueEntry |
DistributionQueueWrapper.add(@NotNull DistributionQueueItem item) |
DistributionQueueEntry |
CachingDistributionQueue.add(@NotNull DistributionQueueItem item) |
DistributionQueueEntry |
DistributionQueueWrapper.getHead() |
DistributionQueueEntry |
DistributionQueueWrapper.getItem(@NotNull String itemId) |
DistributionQueueEntry |
DistributionQueueWrapper.remove(@NotNull String itemId) |
DistributionQueueEntry |
CachingDistributionQueue.remove(@NotNull String itemId) |
Modifier and Type | Method and Description |
---|---|
boolean |
DistributionQueueProcessor.process(@NotNull String queueName,
@NotNull DistributionQueueEntry queueEntry)
Process an item from a certain
DistributionQueue |
Modifier and Type | Method and Description |
---|---|
DistributionQueueEntry |
JobHandlingDistributionQueue.add(@NotNull DistributionQueueItem item) |
DistributionQueueEntry |
JobHandlingDistributionQueue.getHead() |
DistributionQueueEntry |
JobHandlingDistributionQueue.getItem(@NotNull String id) |
DistributionQueueEntry |
JobHandlingDistributionQueue.remove(@NotNull String id) |
Modifier and Type | Method and Description |
---|---|
DistributionQueueEntry |
SimpleDistributionQueue.add(@NotNull DistributionQueueItem item) |
@Nullable DistributionQueueEntry |
SimpleDistributionQueue.getHead() |
@Nullable DistributionQueueEntry |
SimpleDistributionQueue.getItem(@NotNull String id) |
@Nullable DistributionQueueEntry |
SimpleDistributionQueue.remove(@NotNull String id) |
Modifier and Type | Method and Description |
---|---|
@Nullable DistributionQueueEntry |
DistributionQueue.add(@NotNull DistributionQueueItem item)
add a distribution item to this queue
|
@Nullable DistributionQueueEntry |
DistributionQueue.getHead()
get the first item (in a FIFO strategy, the next to be processed) from the queue
|
@Nullable DistributionQueueEntry |
DistributionQueue.getItem(@NotNull String itemId)
gets an item from the queue by specifying its id
|
@Nullable DistributionQueueEntry |
DistributionQueue.remove(@NotNull String itemId)
remove an item from the queue by specifying its id
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.