public class ProducerStatus extends Object
ProducerRunner
Modifier and Type | Field and Description |
---|---|
long |
nbProcessed |
int |
producer |
long |
startTime |
long |
stopTime |
Constructor and Description |
---|
ProducerStatus(int producer,
long nbProcessed,
long startTime,
long stopTime,
boolean fail) |
public final long startTime
public final long stopTime
public final long nbProcessed
public final int producer
public ProducerStatus(int producer, long nbProcessed, long startTime, long stopTime, boolean fail)
Copyright © 2017 Nuxeo. All rights reserved.