Package | Description |
---|---|
org.apache.sling.distribution.queue | |
org.apache.sling.distribution.queue.impl |
Modifier and Type | Method and Description |
---|---|
DistributionQueueState |
DistributionQueueStatus.getState()
get the state associated with the status of this queue
|
static DistributionQueueState |
DistributionQueueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionQueueState[] |
DistributionQueueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DistributionQueueStatus(int itemsCount,
@NotNull DistributionQueueState queueState) |
Modifier and Type | Method and Description |
---|---|
static DistributionQueueState |
DistributionQueueUtils.calculateState(DistributionQueueItem item,
DistributionQueueItemStatus status)
Calculate the
DistributionQueueState of an item given its status. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.