Package | Description |
---|---|
com.amazonaws.services.sqs.buffered |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ReceiveQueueBuffer.ReceiveMessageBatchTask> |
ReceiveQueueBuffer.finishedTasks
finished batches are stored in this list.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ReceiveQueueBuffer.reportBatchFinished(ReceiveQueueBuffer.ReceiveMessageBatchTask batch)
This method is called by the batches after they have finished retrieving the messages.
|
Modifier and Type | Method and Description |
---|---|
private int |
ReceiveQueueBuffer.pruneHeadTasks(ReceiveQueueBuffer.Predicate<ReceiveQueueBuffer.ReceiveMessageBatchTask> pruneCondition)
Prune all tasks at the beginning of the finishedTasks list that meet the given condition.
|