Uses of Class
net.webpdf.wsclient.openapi.AdminPoolServerState
-
Packages that use AdminPoolServerState Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminPoolServerState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminPoolServerState Modifier and Type Method Description @Nullable AdminPoolServerStateAdminServerState. getInstances()Get instancesAdminPoolServerStateAdminPoolServerState. maxPoolSize(Integer maxPoolSize)AdminPoolServerStateAdminPoolServerState. maxQueueSize(Integer maxQueueSize)AdminPoolServerStateAdminPoolServerState. maxUsedPoolSize(Integer maxUsedPoolSize)AdminPoolServerStateAdminPoolServerState. maxUsedQueueSize(Integer maxUsedQueueSize)AdminPoolServerStateAdminPoolServerState. poolSize(Integer poolSize)AdminPoolServerStateAdminPoolServerState. queueSize(Integer queueSize)Methods in net.webpdf.wsclient.openapi with parameters of type AdminPoolServerState Modifier and Type Method Description AdminServerStateAdminServerState. instances(AdminPoolServerState instances)voidAdminServerState. setInstances(AdminPoolServerState instances)
-