Package | Description |
---|---|
com.amazonaws.services.sqs.buffered |
Modifier and Type | Field and Description |
---|---|
private QueueBuffer |
QueueBufferFuture.issuingBuffer
every future should hold a reference to the buffer that issued it.
|
Modifier and Type | Method and Description |
---|---|
private QueueBuffer |
AmazonSQSBufferedAsyncClient.getQBuffer(java.lang.String qUrl)
Returns (creating it if necessary) a queue buffer for a particular queue Since we are only
storing a limited number of queue buffers, it is possible that as a result of calling this
method the least recently used queue buffer will be removed from our queue buffer cache
|
Modifier and Type | Method and Description |
---|---|
void |
QueueBufferFuture.setBuffer(QueueBuffer paramBuffer) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AmazonSQSBufferedAsyncClient.CachingMap.removeEldestEntry(java.util.Map.Entry<java.lang.String,QueueBuffer> eldest) |