Class MarlinProducerImpl.WorkerThread
- java.lang.Object
-
- com.mapr.kafka.eventstreams.impl.producer.MarlinProducerImpl.WorkerThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MarlinProducerImpl
protected class MarlinProducerImpl.WorkerThread extends java.lang.Object implements java.lang.Runnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classMarlinProducerImpl.WorkerThread.WorkerState
-
Field Summary
Fields Modifier and Type Field Description protected MarlinProducerImpl.WorkerThread.WorkerStatews
-
Constructor Summary
Constructors Constructor Description WorkerThread(com.mapr.kafka.eventstreams.impl.producer.MarlinProducerImpl.WorkQueue wq, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Field Detail
-
ws
protected MarlinProducerImpl.WorkerThread.WorkerState ws
-
-