public class NodePoolStats extends Object
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public int currentSize()
public int idleNodes()
public int usedNodes()
public int maxNodes()
public int minNodes()
Copyright © 2009-2013 jclouds. All Rights Reserved.