Class/Object

fm.common

TaskRunnerBase

Related Docs: object TaskRunnerBase | package common

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskRunnerBase(name: String)

    Permalink

Abstract Value Members

  1. abstract def executor: ThreadPoolExecutor

    Permalink
    Attributes
    protected

Concrete 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 abort(maxWaitSeconds: Int = 5): Unit

    Permalink

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

  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AnyRef
  17. def newTaskRunnerThreadFactory(): TaskRunnerThreadFactory

    Permalink
    Attributes
    protected
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def scoped(f: (TaskRunnerBase.this.type) ⇒ Unit): Unit

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

    Permalink

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

  22. lazy val shutdownWarning: Boolean

    Permalink
    Attributes
    protected
  23. final def size: Int

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

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

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

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

    Permalink

    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

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

    Permalink

    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

  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

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

Inherited from Logging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped