Class AdminPoolServerState


  • public class AdminPoolServerState
    extends Object
    Stores statistic information about the instances
    • Constructor Detail

      • AdminPoolServerState

        public AdminPoolServerState()
    • Method Detail

      • getMaxPoolSize

        @Nullable
        public @Nullable Integer getMaxPoolSize()
        Get maxPoolSize
        Returns:
        maxPoolSize
      • setMaxPoolSize

        public void setMaxPoolSize​(Integer maxPoolSize)
      • getMaxQueueSize

        @Nullable
        public @Nullable Integer getMaxQueueSize()
        Get maxQueueSize
        Returns:
        maxQueueSize
      • setMaxQueueSize

        public void setMaxQueueSize​(Integer maxQueueSize)
      • getMaxUsedPoolSize

        @Nullable
        public @Nullable Integer getMaxUsedPoolSize()
        Get maxUsedPoolSize
        Returns:
        maxUsedPoolSize
      • setMaxUsedPoolSize

        public void setMaxUsedPoolSize​(Integer maxUsedPoolSize)
      • getMaxUsedQueueSize

        @Nullable
        public @Nullable Integer getMaxUsedQueueSize()
        Get maxUsedQueueSize
        Returns:
        maxUsedQueueSize
      • setMaxUsedQueueSize

        public void setMaxUsedQueueSize​(Integer maxUsedQueueSize)
      • getPoolSize

        @Nullable
        public @Nullable Integer getPoolSize()
        Get poolSize
        Returns:
        poolSize
      • setPoolSize

        public void setPoolSize​(Integer poolSize)
      • getQueueSize

        @Nullable
        public @Nullable Integer getQueueSize()
        Get queueSize
        Returns:
        queueSize
      • setQueueSize

        public void setQueueSize​(Integer queueSize)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object