Package com.exedio.cope.util
Class PoolCounter.Pool
- java.lang.Object
-
- com.exedio.cope.util.PoolCounter.Pool
-
- Enclosing class:
- PoolCounter
public static final class PoolCounter.Pool extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getCreateCounter()
int
getDestroyCounter()
int
getIdleCount()
int
getIdleCountMax()
int
getIdleLimit()
int
getLoss()
int
getSize()
Deprecated.renamed togetIdleLimit()
.boolean
isConsistent()
-
-
-
Method Detail
-
getSize
@Deprecated public int getSize()
Deprecated.renamed togetIdleLimit()
.
-
getIdleLimit
public int getIdleLimit()
-
getIdleCount
public int getIdleCount()
-
getIdleCountMax
public int getIdleCountMax()
-
getCreateCounter
public int getCreateCounter()
-
getDestroyCounter
public int getDestroyCounter()
-
isConsistent
public boolean isConsistent()
-
getLoss
public int getLoss()
-
-