Class AbstractCallablePool<T>

    • Constructor Detail

      • AbstractCallablePool

        public AbstractCallablePool​(short nbThreads)
    • Method Detail

      • getErrorStatus

        protected abstract T getErrorStatus()
        Value to return when there was an exception during execution
      • getCallable

        protected abstract Callable<T> getCallable​(int i)
      • getThreadPrefix

        protected abstract String getThreadPrefix()
      • afterCall

        protected abstract void afterCall​(List<T> ret)
      • getNbThreads

        public int getNbThreads()