ProcessorThreadFactory

org.eso.ias.sink.ProcessorThreadFactory
class ProcessorThreadFactory(val processorId: String) extends ThreadFactory

Attributes

Graph
Supertypes
trait ThreadFactory
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def newThread(runnable: Runnable): Thread

Create a new thread

Create a new thread

Value parameters

runnable

The runnable

Attributes

Returns

the thread

Definition Classes
ThreadFactory

Concrete fields

val count: AtomicLong

Count the number of created threads

Count the number of created threads

Attributes

val processorId: String