public class ActiveMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListMap<Long,IWorkItemState> |
activeMap |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Long,IWorkItemState>> |
entrySet() |
IWorkItemState |
get(Long key) |
long |
getOperatingLeast() |
void |
put(Long key,
IWorkItemState value) |
void |
remove(Long key) |
int |
size() |
protected ConcurrentSkipListMap<Long,IWorkItemState> activeMap
public ActiveMap(String component)
public Set<Map.Entry<Long,IWorkItemState>> entrySet()
public void remove(Long key)
public void put(Long key, IWorkItemState value)
public IWorkItemState get(Long key)
public int size()
public long getOperatingLeast()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.