class ScheduledThreadPoolExecutor extends ThreadPoolExecutor with ScheduledExecutorService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScheduledThreadPoolExecutor
- ScheduledExecutorService
- ThreadPoolExecutor
- AbstractExecutorService
- ExecutorService
- AutoCloseable
- Executor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScheduledThreadPoolExecutor(corePoolSize: Int, handler: RejectedExecutionHandler)
- new ScheduledThreadPoolExecutor(corePoolSize: Int)
- new ScheduledThreadPoolExecutor(corePoolSize: Int, threadFactory: ThreadFactory)
- new ScheduledThreadPoolExecutor(corePoolSize: Int, threadFactory: ThreadFactory, handler: RejectedExecutionHandler)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterExecute(r: Runnable, t: Throwable): Unit
- Attributes
- protected
- Definition Classes
- ThreadPoolExecutor
- def allowCoreThreadTimeOut(value: Boolean): Unit
- Definition Classes
- ThreadPoolExecutor
- def allowsCoreThreadTimeOut(): Boolean
- Definition Classes
- ThreadPoolExecutor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awaitTermination(timeout: Long, unit: TimeUnit): Boolean
- Definition Classes
- ThreadPoolExecutor → ExecutorService
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- def beforeExecute(t: Thread, r: Runnable): Unit
- Attributes
- protected
- Definition Classes
- ThreadPoolExecutor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- ExecutorService → AutoCloseable
- def decorateTask[V](callable: Callable[V], task: RunnableScheduledFuture[V]): RunnableScheduledFuture[V]
- Attributes
- protected
- def decorateTask[V](runnable: Runnable, task: RunnableScheduledFuture[V]): RunnableScheduledFuture[V]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(command: Runnable): Unit
- Definition Classes
- ScheduledThreadPoolExecutor → ThreadPoolExecutor → Executor
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getActiveCount(): Int
- Definition Classes
- ThreadPoolExecutor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCompletedTaskCount(): Long
- Definition Classes
- ThreadPoolExecutor
- def getContinueExistingPeriodicTasksAfterShutdownPolicy(): Boolean
- def getCorePoolSize(): Int
- Definition Classes
- ThreadPoolExecutor
- def getExecuteExistingDelayedTasksAfterShutdownPolicy(): Boolean
- def getKeepAliveTime(unit: TimeUnit): Long
- Definition Classes
- ThreadPoolExecutor
- def getLargestPoolSize(): Int
- Definition Classes
- ThreadPoolExecutor
- def getMaximumPoolSize(): Int
- Definition Classes
- ThreadPoolExecutor
- def getPoolSize(): Int
- Definition Classes
- ThreadPoolExecutor
- def getQueue(): BlockingQueue[Runnable]
- Definition Classes
- ScheduledThreadPoolExecutor → ThreadPoolExecutor
- def getRejectedExecutionHandler(): RejectedExecutionHandler
- Definition Classes
- ThreadPoolExecutor
- def getRemoveOnCancelPolicy(): Boolean
- def getTaskCount(): Long
- Definition Classes
- ThreadPoolExecutor
- def getThreadFactory(): ThreadFactory
- Definition Classes
- ThreadPoolExecutor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def invokeAll[T <: AnyRef](tasks: Collection[_ <: Callable[T]], timeout: Long, unit: TimeUnit): List[Future[T]]
- Definition Classes
- AbstractExecutorService → ExecutorService
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- def invokeAll[T <: AnyRef](tasks: Collection[_ <: Callable[T]]): List[Future[T]]
- Definition Classes
- AbstractExecutorService → ExecutorService
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- def invokeAny[T <: AnyRef](tasks: Collection[_ <: Callable[T]], timeout: Long, unit: TimeUnit): T
- Definition Classes
- AbstractExecutorService → ExecutorService
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.ExecutionException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.TimeoutException])
- def invokeAny[T <: AnyRef](tasks: Collection[_ <: Callable[T]]): T
- Definition Classes
- AbstractExecutorService → ExecutorService
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException]) @throws(scala.this.throws.<init>$default$1[java.util.concurrent.ExecutionException])
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isShutdown(): Boolean
- Definition Classes
- ThreadPoolExecutor → ExecutorService
- def isTerminated(): Boolean
- Definition Classes
- ThreadPoolExecutor → ExecutorService
- def isTerminating(): Boolean
- Definition Classes
- ThreadPoolExecutor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newTaskFor[T <: AnyRef](callable: Callable[T]): RunnableFuture[T]
- Attributes
- protected[concurrent]
- Definition Classes
- AbstractExecutorService
- def newTaskFor[T <: AnyRef](runnable: Runnable, value: T): RunnableFuture[T]
- Attributes
- protected[concurrent]
- Definition Classes
- AbstractExecutorService
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prestartAllCoreThreads(): Int
- Definition Classes
- ThreadPoolExecutor
- def prestartCoreThread(): Boolean
- Definition Classes
- ThreadPoolExecutor
- def purge(): Unit
- Definition Classes
- ThreadPoolExecutor
- def remove(task: Runnable): Boolean
- Definition Classes
- ThreadPoolExecutor
- def schedule[V <: AnyRef](callable: Callable[V], delay: Long, unit: TimeUnit): ScheduledFuture[V]
- Definition Classes
- ScheduledThreadPoolExecutor → ScheduledExecutorService
- def schedule(command: Runnable, delay: Long, unit: TimeUnit): ScheduledFuture[AnyRef]
- Definition Classes
- ScheduledThreadPoolExecutor → ScheduledExecutorService
- def scheduleAtFixedRate(command: Runnable, initialDelay: Long, period: Long, unit: TimeUnit): ScheduledFuture[AnyRef]
- Definition Classes
- ScheduledThreadPoolExecutor → ScheduledExecutorService
- def scheduleWithFixedDelay(command: Runnable, initialDelay: Long, delay: Long, unit: TimeUnit): ScheduledFuture[AnyRef]
- Definition Classes
- ScheduledThreadPoolExecutor → ScheduledExecutorService
- def setContinueExistingPeriodicTasksAfterShutdownPolicy(value: Boolean): Unit
- def setCorePoolSize(corePoolSize: Int): Unit
- Definition Classes
- ThreadPoolExecutor
- def setExecuteExistingDelayedTasksAfterShutdownPolicy(value: Boolean): Unit
- def setKeepAliveTime(time: Long, unit: TimeUnit): Unit
- Definition Classes
- ThreadPoolExecutor
- def setMaximumPoolSize(maximumPoolSize: Int): Unit
- Definition Classes
- ThreadPoolExecutor
- def setRejectedExecutionHandler(handler: RejectedExecutionHandler): Unit
- Definition Classes
- ThreadPoolExecutor
- def setRemoveOnCancelPolicy(value: Boolean): Unit
- def setThreadFactory(threadFactory: ThreadFactory): Unit
- Definition Classes
- ThreadPoolExecutor
- def shutdown(): Unit
- Definition Classes
- ScheduledThreadPoolExecutor → ThreadPoolExecutor → ExecutorService
- def shutdownNow(): List[Runnable]
- Definition Classes
- ScheduledThreadPoolExecutor → ThreadPoolExecutor → ExecutorService
- def submit[T <: AnyRef](task: Callable[T]): Future[T]
- Definition Classes
- ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
- def submit[T <: AnyRef](task: Runnable, result: T): Future[T]
- Definition Classes
- ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
- def submit(task: Runnable): Future[_]
- Definition Classes
- ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminated(): Unit
- Attributes
- protected
- Definition Classes
- ThreadPoolExecutor
- def toString(): String
- Definition Classes
- ThreadPoolExecutor → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()