PoolNodeCounts 类
定义
The number of nodes in each state for a pool.
public class PoolNodeCounts
- 继承
-
java.lang.ObjectPoolNodeCounts
方法
dedicated() |
Get the dedicated value.
|
lowPriority() |
Get the lowPriority value.
|
poolId() |
Get the poolId value.
|
withDedicated(NodeCounts dedicated) |
Set the dedicated value.
|
withLowPriority(NodeCounts lowPriority) |
Set the lowPriority value.
|
withPoolId(String poolId) |
Set the poolId value.
|