Package | Description |
---|---|
com.epam.fixengine.session.util | |
com.epam.fixengine.storage.queue |
Modifier and Type | Class and Description |
---|---|
class |
FIXFieldListWithType
Queueable element consists of FIXFieldList and message type.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryQueue<T extends Queueable>
Memory queue implementation.
|
class |
MMFPersistentInMemoryQueue<T extends Queueable>
User: Mykhailo_Sereda
Date: 22.05.12
Time: 17:03
|
class |
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;
|
interface |
Queue<T extends Queueable>
Queue interface.
|
interface |
QueueableFactory<T extends Queueable>
Base Queueable interface.
|
Modifier and Type | Field and Description |
---|---|
protected static Queueable |
PersistentInMemoryQueue.DELETE_MARKER |
Modifier and Type | Method and Description |
---|---|
Queueable[] |
Queue.toArray()
Return all objects in the queue as array.
|
Queueable[] |
InMemoryQueue.toArray() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PersistentInMemoryQueue.appendEntryToFile(Queueable entry)
Appends entry to file.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.