public class JobQueueSnapshot extends Object
| Constructor and Description |
|---|
JobQueueSnapshot(Date timestamp,
long immediate,
long future,
HashMap futureJobCounts,
HashMap priorityCounts) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFuture() |
HashMap<Integer,Long> |
getFutureJobCounts() |
long |
getImmediate() |
HashMap<String,Long> |
getPriorityCounts() |
Date |
getTimestamp() |
Copyright © 2013. All Rights Reserved.