Package | Description |
---|---|
com.amazonaws.services.sqs.buffered |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ReceiveQueueBuffer.ReceiveMessageFuture> |
ReceiveQueueBuffer.futures
message delivery futures we gave out
|
Modifier and Type | Method and Description |
---|---|
private ReceiveQueueBuffer.ReceiveMessageFuture |
ReceiveQueueBuffer.issueFuture(int size,
QueueBufferCallback<ReceiveMessageRequest,ReceiveMessageResult> callback)
Creates and returns a new future object.
|
Modifier and Type | Method and Description |
---|---|
private void |
ReceiveQueueBuffer.fufillFuture(ReceiveQueueBuffer.ReceiveMessageFuture future)
Fills the future with whatever results were received by the full batch currently at the head
of the completed batch queue.
|