Uses of Interface
com.epam.fixengine.storage.queue.Queueable
Packages that use Queueable
-
Uses of Queueable in com.epam.fixengine.session.util
Classes in com.epam.fixengine.session.util that implement QueueableModifier and TypeClassDescriptionclass
Queueable element consists of FIXFieldList and message type. -
Uses of Queueable in com.epam.fixengine.storage.queue
Classes in com.epam.fixengine.storage.queue with type parameters of type QueueableModifier and TypeClassDescriptionclass
InMemoryQueue<T extends Queueable>
Memory queue implementation.class
MMFPersistentInMemoryQueue<T extends Queueable>
User: Mykhailo_Sereda Date: 22.05.12 Time: 17:03class
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 interface.interface
QueueableFactory<T extends Queueable>
Base Queueable interface.Fields in com.epam.fixengine.storage.queue declared as QueueableModifier and TypeFieldDescriptionprotected static final Queueable
PersistentInMemoryQueue.DELETE_MARKER
Methods in com.epam.fixengine.storage.queue that return QueueableModifier and TypeMethodDescriptionInMemoryQueue.toArray()
Queue.toArray()
Return all objects in the queue as array.Methods in com.epam.fixengine.storage.queue with parameters of type QueueableModifier and TypeMethodDescriptionprotected boolean
PersistentInMemoryQueue.appendEntryToFile
(Queueable entry) Appends entry to file.