fm.common

TaskRunnerBase

abstract class TaskRunnerBase extends Closeable with Logging

Linear Supertypes
Logging, Closeable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TaskRunnerBase
  2. Logging
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskRunnerBase(name: String)

Abstract Value Members

  1. abstract def executor: ThreadPoolExecutor

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def abort(maxWaitSeconds: Int = 5): Unit

    Perform an unclean shutdown of the executor only waiting up to maxWaitSeconds

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def close(): Unit

    Definition Classes
    TaskRunnerBase → Closeable → AutoCloseable
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. final def execute(f: ⇒ Unit): Unit

  13. def finalize(): Unit

    Definition Classes
    TaskRunnerBase → AnyRef
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def newTaskRunnerThreadFactory(): TaskRunnerThreadFactory

    Attributes
    protected
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. final def scoped(f: (TaskRunnerBase.this.type) ⇒ Unit): Unit

  23. final def shutdown(silent: Boolean = false, warnIntervalSeconds: Int = 30): Unit

    Perform a "clean" shutdown of the executor by waiting for all tasks to finish

  24. lazy val shutdownWarning: Boolean

    Attributes
    protected
  25. final def size: Int

  26. final def submit[T](f: ⇒ T): Future[T]

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def tryExecute(f: ⇒ Unit): Boolean

    Attempt to submit this job to the queue.

    Attempt to submit this job to the queue. Returns true if successful or false if the queue is full

  30. final def trySubmit[T](f: ⇒ T): Option[Future[T]]

    Attempt to submit this job to the queue.

    Attempt to submit this job to the queue. Returns Some(...) if successful or None if the queue is full

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped