public class RemoteTaskRunnerWorkQueue extends ConcurrentSkipListMap<String,RemoteTaskRunnerWorkItem>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
RemoteTaskRunnerWorkQueue()  | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteTaskRunnerWorkItem | 
put(String s,
   RemoteTaskRunnerWorkItem taskRunnerWorkItem)  | 
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, forEach, get, getOrDefault, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, putIfAbsent, remove, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valueshashCode, putAll, toStringpublic RemoteTaskRunnerWorkItem put(String s, RemoteTaskRunnerWorkItem taskRunnerWorkItem)
put in interface Map<String,RemoteTaskRunnerWorkItem>put in class ConcurrentSkipListMap<String,RemoteTaskRunnerWorkItem>Copyright © 2011–2018. All rights reserved.