Defines a batch queue for non-progressive batches.
Expanded class hierarchy of BatchMemoryQueue
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BatchMemoryQueue:: |
public | function |
Overrides MemoryQueue::claimItem(). Overrides MemoryQueue:: |
|
BatchMemoryQueue:: |
public | function | Retrieves all remaining items in the queue. | |
MemoryQueue:: |
protected | property | Counter for item ids. | |
MemoryQueue:: |
protected | property | The queue data. | |
MemoryQueue:: |
public | function |
Add a queue item and store it directly to the queue. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function |
Create a queue. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function |
Delete a finished item from the queue. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function |
Delete a queue and every item in the queue. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function |
Retrieve the number of items in the queue. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function |
Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. Overrides DrupalQueueInterface:: |
|
MemoryQueue:: |
public | function | Start working with a queue. |