public final class DistributionQueueItem extends ValueMapDecorator implements ValueMap
DistributionQueue
This is basically a proxy to DistributionPackage designed to avoid having
to keep the package stream into
the queues.| Constructor and Description |
|---|
DistributionQueueItem(String packageId,
long size,
Map<String,Object> base) |
DistributionQueueItem(@NotNull String packageId,
Map<String,Object> base) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getPackageId() |
long |
getSize()
retrieve the size of the package referenced by this queue item.
|
String |
toString() |
clear, containsKey, containsValue, entrySet, equals, get, get, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DistributionQueueItem(@NotNull
@NotNull String packageId,
Map<String,Object> base)
@NotNull public @NotNull String getPackageId()
public long getSize()
-1 if not available.public String toString()
toString in class ValueMapDecoratorCopyright © 2010 - 2020 Adobe. All Rights Reserved