Package net.webpdf.wsclient.openapi
Class AdminPoolServerState
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminPoolServerState
-
public class AdminPoolServerState extends Object
Stores statistic information about the instances
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MAX_POOL_SIZEstatic StringJSON_PROPERTY_MAX_QUEUE_SIZEstatic StringJSON_PROPERTY_MAX_USED_POOL_SIZEstatic StringJSON_PROPERTY_MAX_USED_QUEUE_SIZEstatic StringJSON_PROPERTY_POOL_SIZEstatic StringJSON_PROPERTY_QUEUE_SIZE
-
Constructor Summary
Constructors Constructor Description AdminPoolServerState()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_MAX_POOL_SIZE
public static final String JSON_PROPERTY_MAX_POOL_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAX_QUEUE_SIZE
public static final String JSON_PROPERTY_MAX_QUEUE_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAX_USED_POOL_SIZE
public static final String JSON_PROPERTY_MAX_USED_POOL_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAX_USED_QUEUE_SIZE
public static final String JSON_PROPERTY_MAX_USED_QUEUE_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POOL_SIZE
public static final String JSON_PROPERTY_POOL_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_QUEUE_SIZE
public static final String JSON_PROPERTY_QUEUE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
maxPoolSize
public AdminPoolServerState maxPoolSize(Integer maxPoolSize)
-
getMaxPoolSize
@Nullable public @Nullable Integer getMaxPoolSize()
Get maxPoolSize- Returns:
- maxPoolSize
-
setMaxPoolSize
public void setMaxPoolSize(Integer maxPoolSize)
-
maxQueueSize
public AdminPoolServerState maxQueueSize(Integer maxQueueSize)
-
getMaxQueueSize
@Nullable public @Nullable Integer getMaxQueueSize()
Get maxQueueSize- Returns:
- maxQueueSize
-
setMaxQueueSize
public void setMaxQueueSize(Integer maxQueueSize)
-
maxUsedPoolSize
public AdminPoolServerState maxUsedPoolSize(Integer maxUsedPoolSize)
-
getMaxUsedPoolSize
@Nullable public @Nullable Integer getMaxUsedPoolSize()
Get maxUsedPoolSize- Returns:
- maxUsedPoolSize
-
setMaxUsedPoolSize
public void setMaxUsedPoolSize(Integer maxUsedPoolSize)
-
maxUsedQueueSize
public AdminPoolServerState maxUsedQueueSize(Integer maxUsedQueueSize)
-
getMaxUsedQueueSize
@Nullable public @Nullable Integer getMaxUsedQueueSize()
Get maxUsedQueueSize- Returns:
- maxUsedQueueSize
-
setMaxUsedQueueSize
public void setMaxUsedQueueSize(Integer maxUsedQueueSize)
-
poolSize
public AdminPoolServerState poolSize(Integer poolSize)
-
getPoolSize
@Nullable public @Nullable Integer getPoolSize()
Get poolSize- Returns:
- poolSize
-
setPoolSize
public void setPoolSize(Integer poolSize)
-
queueSize
public AdminPoolServerState queueSize(Integer queueSize)
-
getQueueSize
@Nullable public @Nullable Integer getQueueSize()
Get queueSize- Returns:
- queueSize
-
setQueueSize
public void setQueueSize(Integer queueSize)
-
-