@Immutable public class PoolStats extends Object
Constructor and Description |
---|
PoolStats(int leased,
int pending,
int free,
int max) |
Modifier and Type | Method and Description |
---|---|
int |
getAvailable() |
int |
getLeased() |
int |
getMax() |
int |
getPending() |
String |
toString() |
Copyright © 2005-2019 The Apache Software Foundation. All Rights Reserved.