|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.nodepool.NodePoolStats
public class NodePoolStats
NodePool statistics and status.
| Method Summary | |
|---|---|
int |
currentSize()
The number of nodes currently allocated in the backend provider and in the pool. |
int |
idleNodes()
The number of nodes in the pool not being used. |
int |
maxNodes()
The maximum size the pool will reach. |
int |
minNodes()
The minimum size of the pool. |
int |
usedNodes()
The number of nodes in the pool that are currently being used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int currentSize()
public int idleNodes()
public int usedNodes()
public int maxNodes()
public int minNodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||