public class StatusCache
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
static void |
setOfferStats(int size,
ResourceQuantity offered) |
static void |
setUsedResources(int queueLength,
int runningLenght,
ResourceQuantity totalUsed) |
static void |
updateUsedResources() |
public void run()
run in interface java.lang.Runnablepublic static void setOfferStats(int size,
ResourceQuantity offered)
public static void updateUsedResources()
public static void setUsedResources(int queueLength,
int runningLenght,
ResourceQuantity totalUsed)