Package | Description |
---|---|
com.hazelcast.internal.util.concurrent |
Concurrent queues etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConcurrentConveyorSingleQueue.offer(E item)
Offers an item to the queue.
|
boolean |
ConcurrentConveyor.offer(Queue<E> queue,
E item)
Offers an item to the given queue.
|
void |
ConcurrentConveyorSingleQueue.submit(E item)
Submits an item to the queue.
|
void |
ConcurrentConveyor.submit(Queue<E> queue,
E item)
Blocks until successfully inserting the given item to the given queue.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.