c

com.digitalasset.canton.concurrent

ExecutorServiceDelegate

abstract class ExecutorServiceDelegate extends ExecutionContextExecutorService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecutorServiceDelegate
  2. ExecutionContextExecutorService
  3. ExecutorService
  4. ExecutionContextExecutor
  5. Executor
  6. ExecutionContext
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExecutorServiceDelegate(executorService: ExecutorService)

Abstract Value Members

  1. abstract def reportFailure(cause: Throwable): Unit
    Definition Classes
    ExecutionContext

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def awaitTermination(timeout: Long, unit: TimeUnit): Boolean
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def execute(command: Runnable): Unit
    Definition Classes
    ExecutorServiceDelegate → Executor → ExecutionContext
  10. val executorService: ExecutorService
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def invokeAll[T](tasks: Collection[_ <: Callable[T]], timeout: Long, unit: TimeUnit): List[Future[T]]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  14. def invokeAll[T](tasks: Collection[_ <: Callable[T]]): List[Future[T]]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  15. def invokeAny[T](tasks: Collection[_ <: Callable[T]], timeout: Long, unit: TimeUnit): T
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  16. def invokeAny[T](tasks: Collection[_ <: Callable[T]]): T
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isShutdown(): Boolean
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  19. def isTerminated(): Boolean
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def shutdown(): Unit
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  24. def shutdownNow(): List[Runnable]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  25. def submit(task: Runnable): Future[_]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  26. def submit[T](task: Runnable, result: T): Future[T]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  27. def submit[T](task: Callable[T]): Future[T]
    Definition Classes
    ExecutorServiceDelegate → ExecutorService
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def prepare(): ExecutionContext
    Definition Classes
    ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) preparation of ExecutionContexts will be removed

Inherited from ExecutorService

Inherited from Executor

Inherited from ExecutionContext

Inherited from AnyRef

Inherited from Any

Ungrouped