@Immutable public class PoolStats extends Object
PoolStats(int leased, int pending, int free, int max)
int
getAvailable()
getLeased()
getMax()
getPending()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PoolStats(int leased, int pending, int free, int max)
public int getLeased()
public int getPending()
public int getAvailable()
public int getMax()
public String toString()
toString
Object
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.