public interface ConcurrentQueueProducer<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(E e) |
int |
produce(ProducerFunction<E> p,
int batchSize) |
boolean |
weakOffer(E e) |
boolean offer(E e)
e - boolean weakOffer(E e)
e - int produce(ProducerFunction<E> p, int batchSize)