public static class StatsUtil.IdentityManager
extends java.lang.Object
Constructor and Description |
---|
IdentityManager() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,java.lang.String> |
getAllForContainer(int id)
Get the id to name mapping for the whole container that owns the id
|
int |
getContainerCount() |
java.lang.String |
getName(long id)
Get the name associated with the ID.
|
void |
purgeRemoved() |
long |
putIfAbsent(java.lang.String containerName,
java.lang.String itemName) |
public long putIfAbsent(java.lang.String containerName, java.lang.String itemName)
public void purgeRemoved()
public java.lang.String getName(long id)
id
- public java.util.Map<java.lang.Integer,java.lang.String> getAllForContainer(int id)
id
- public int getContainerCount()