public static class PrioritizedEsThreadPoolExecutor.Pending extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
executing |
long |
insertionOrder |
Priority |
priority |
Object |
task |
| Constructor and Description |
|---|
PrioritizedEsThreadPoolExecutor.Pending(Object task,
Priority priority,
long insertionOrder,
boolean executing) |
Copyright © 2009–2016. All rights reserved.