@Generated public class InstancePoolStats extends Object
Constructor and Description |
---|
InstancePoolStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getIdleCount() |
Long |
getPendingIdleCount() |
Long |
getPendingUsedCount() |
Long |
getUsedCount() |
int |
hashCode() |
InstancePoolStats |
setIdleCount(Long idleCount) |
InstancePoolStats |
setPendingIdleCount(Long pendingIdleCount) |
InstancePoolStats |
setPendingUsedCount(Long pendingUsedCount) |
InstancePoolStats |
setUsedCount(Long usedCount) |
String |
toString() |
public InstancePoolStats setIdleCount(Long idleCount)
public Long getIdleCount()
public InstancePoolStats setPendingIdleCount(Long pendingIdleCount)
public Long getPendingIdleCount()
public InstancePoolStats setPendingUsedCount(Long pendingUsedCount)
public Long getPendingUsedCount()
public InstancePoolStats setUsedCount(Long usedCount)
public Long getUsedCount()
Copyright © 2023. All rights reserved.