public class JobList extends RemoteMap<Job>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JobList(AgentPath agentPath,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJob(Job job) |
void |
dump(int logLevel) |
Job |
getJob(int id) |
Vector<Job> |
getJobsOfItem(ItemPath itemPath) |
List<String> |
getKeysForStep(ItemPath itemPath,
String stepPath)
Find the list of JobKeys for the given Item and its Step
|
void |
removeJobsForItem(ItemPath itemPath) |
void |
removeJobsForStep(ItemPath itemPath,
String stepPath) |
activate, clear, containsKey, containsValue, deactivate, finalize, get, getClusterPath, getClusterType, getID, getLastId, getName, isEmpty, keySet, loadKeys, put, putLocal, remove, removeLocal, setID, setName, size, valuesceilingEntry, ceilingKey, clone, comparator, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, headMap, headMap, higherEntry, higherKey, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, replace, replace, replaceAll, subMap, subMap, tailMap, tailMapequals, hashCode, toStringenforceValidNamecompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, merge, putIfAbsent, removepublic JobList(AgentPath agentPath, TransactionKey transactionKey)
public void addJob(Job job)
public Job getJob(int id)
public void removeJobsForItem(ItemPath itemPath)
public List<String> getKeysForStep(ItemPath itemPath, String stepPath)
itemPath - the ItemPath (uuid)stepPath - the Step pathpublic void dump(int logLevel)
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.