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 TypeClassDescriptionclassQueueable 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 TypeClassDescriptionclassInMemoryQueue<T extends Queueable>Memory queue implementation.classMMFPersistentInMemoryQueue<T extends Queueable>User: Mykhailo_Sereda Date: 22.05.12 Time: 17:03classPersistentInMemoryQueue<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;interfaceQueue interface.interfaceQueueableFactory<T extends Queueable>Base Queueable interface.Fields in com.epam.fixengine.storage.queue declared as QueueableModifier and TypeFieldDescriptionprotected static final QueueablePersistentInMemoryQueue.DELETE_MARKERMethods 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 booleanPersistentInMemoryQueue.appendEntryToFile(Queueable entry) Appends entry to file.