CompEleThreadFactory

org.eso.ias.asce.CompEleThreadFactory
class CompEleThreadFactory(val runningID: String) extends ThreadFactory

The thread factory for the threads spawn by the [[ComputingElement]] instrumented with its runningID.

Attributes

Graph
Supertypes
trait ThreadFactory
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def newThread(r: Runnable): Thread

Attributes

Definition Classes
ThreadFactory

Concrete fields

val runningID: String