Interface PayaraExecutorServiceConfiguration

    • Method Detail

      • getThreadPoolExecutorCorePoolSize

        String getThreadPoolExecutorCorePoolSize()
      • setThreadPoolExecutorCorePoolSize

        void setThreadPoolExecutorCorePoolSize​(int corePoolSize)
      • getThreadPoolExecutorMaxPoolSize

        String getThreadPoolExecutorMaxPoolSize()
      • setThreadPoolExecutorMaxPoolSize

        void setThreadPoolExecutorMaxPoolSize​(int maxPoolSize)
      • getThreadPoolExecutorKeepAliveTime

        String getThreadPoolExecutorKeepAliveTime()
      • setThreadPoolExecutorKeepAliveTime

        void setThreadPoolExecutorKeepAliveTime​(String keepAliveTime)
      • getThreadPoolExecutorKeepAliveTimeUnit

        String getThreadPoolExecutorKeepAliveTimeUnit()
      • setThreadPoolExecutorKeepAliveTimeUnit

        void setThreadPoolExecutorKeepAliveTimeUnit​(String keepAliveTimeUnit)
      • getThreadPoolExecutorQueueSize

        String getThreadPoolExecutorQueueSize()
      • setThreadPoolExecutorQueueSize

        void setThreadPoolExecutorQueueSize​(int queueSize)
      • getScheduledThreadPoolExecutorCorePoolSize

        String getScheduledThreadPoolExecutorCorePoolSize()
      • setScheduledThreadPoolExecutorCorePoolSize

        void setScheduledThreadPoolExecutorCorePoolSize​(int corePoolSize)