Interface | Description |
---|---|
Queue<T extends Queueable> |
Queue interface.
|
Queueable |
The common queueable interface, supported by
Queue . |
QueueableFactory<T extends Queueable> |
Base Queueable interface.
|
Class | Description |
---|---|
InMemoryQueue<T extends Queueable> |
Memory queue implementation.
|
MMFPersistentInMemoryQueue<T extends Queueable> |
User: Mykhailo_Sereda
Date: 22.05.12
Time: 17:03
|
PersistentInMemoryQueue<T extends Queueable> |
Persistent queue file format is the following:
1 byte record length length [n];
n bytes record length [m]
m bytes record itself
DELETE marker is byte == (byte)0;
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.