Class MarlinProducerImpl.WorkerThread.WorkerState
- java.lang.Object
-
- com.mapr.kafka.eventstreams.impl.producer.MarlinProducerImpl.WorkerThread.WorkerState
-
- Enclosing class:
- MarlinProducerImpl.WorkerThread
protected class MarlinProducerImpl.WorkerThread.WorkerState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]byteOffsetsprotected intbyteSizeprotected int[]feedIDsprotected java.util.List<ProducerRecordJob>flushJobsprotected intmaxBytesToSendprotected int[]numHeadersprotected ProducerRecordJob[]recListprotected MarlinProducerResultImpl[]resultsprotected long[]timestampsprotected byte[]toSend
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkerState()
-
-
-
Field Detail
-
maxBytesToSend
protected int maxBytesToSend
-
flushJobs
protected java.util.List<ProducerRecordJob> flushJobs
-
feedIDs
protected int[] feedIDs
-
recList
protected ProducerRecordJob[] recList
-
toSend
protected byte[] toSend
-
timestamps
protected long[] timestamps
-
numHeaders
protected int[] numHeaders
-
byteOffsets
protected int[] byteOffsets
-
results
protected MarlinProducerResultImpl[] results
-
byteSize
protected int byteSize
-
-