org.jclouds.nodepool
Class NodePoolStats

java.lang.Object
  extended by org.jclouds.nodepool.NodePoolStats

public class NodePoolStats
extends Object

NodePool statistics and status.

Author:
David Alves

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

currentSize

public int currentSize()
The number of nodes currently allocated in the backend provider and in the pool.


idleNodes

public int idleNodes()
The number of nodes in the pool not being used.


usedNodes

public int usedNodes()
The number of nodes in the pool that are currently being used.


maxNodes

public int maxNodes()
The maximum size the pool will reach.


minNodes

public int minNodes()
The minimum size of the pool.



Copyright © 2009-2012 jclouds. All Rights Reserved.