Class/Object

com.intel.analytics.bigdl.utils

ThreadPool

Related Docs: object ThreadPool | package utils

Permalink

class ThreadPool extends AnyRef

A thread pool wrapper, provide some helper functions for multi-threading

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadPool
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThreadPool(poolSize: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getPoolSize: Int

    Permalink
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def invoke[T](task: () ⇒ T): Future[T]

    Permalink

    Invoke a single tasks

  13. def invoke[T](tasks: Seq[() ⇒ T]): Seq[Future[T]]

    Permalink

    Invoke a batch of tasks

  14. def invoke2[T](tasks: Seq[() ⇒ T]): Seq[Future[T]]

    Permalink
  15. def invokeAndWait[T](tasks: Seq[() ⇒ T], timeout: Duration = Duration.Inf): Seq[T]

    Permalink

    Invoke a batch of tasks and wait for all them finished

  16. def invokeAndWait2[T](tasks: Seq[() ⇒ T], timeout: Long = Long.MaxValue, timeUnit: TimeUnit = TimeUnit.NANOSECONDS): Buffer[Future[T]]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def setMKLThread(size: Int): ThreadPool.this.type

    Permalink

    Set MKL thread pool size

  22. def setPoolSize(size: Int): ThreadPool.this.type

    Permalink

    Set pool size

  23. def sync(futures: Seq[Future[_]], timeout: Duration = Duration.Inf): Unit

    Permalink

    Wait for all the tasks in the wait queue finish

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped