org.eso.ias.dasu.executorthread
package org.eso.ias.dasu.executorthread
Members list
Type members
Classlikes
class DasuThreadFactory(dasuId: String) extends ThreadFactory
The thread factory for the DASU
The thread factory for the DASU
Attributes
- Supertypes
-
trait ThreadFactoryclass Objecttrait Matchableclass Any
class ScheduledExecutor(dasuId: String, coreSize: Int) extends ScheduledThreadPoolExecutor
The scheduled executor for the transfer functions of the DASU.
The scheduled executor for the transfer functions of the DASU.
Value parameters
- coreSize
-
the size of the core of the scheduled executor
- dasuID
-
the identifier of the DASU
Attributes
- Constructor
-
Builds the scheduled executor
- Companion
- object
- Supertypes
-
class ScheduledThreadPoolExecutortrait ScheduledExecutorServiceclass ThreadPoolExecutorclass AbstractExecutorServicetrait ExecutorServicetrait Executorclass Objecttrait Matchableclass AnyShow all
object ScheduledExecutor
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScheduledExecutor.type
In this article