- FileQueue<T> - Class in org.infobip.lib.popout
-
File-based
Queue implementation.
- FileQueue() - Constructor for class org.infobip.lib.popout.FileQueue
-
- FileQueue.Builder<SELF extends FileQueue.Builder<SELF,T>,T> - Class in org.infobip.lib.popout
-
The abstract file-based queue builder with common options and parameters
for all such queues implementations.
- FileSystemBackend - Class in org.infobip.lib.popout.backend
-
The umbrella class for WAL and compressed files, for effective working with them.
- FileSystemBackend(String, WalFilesConfig, CompressedFilesConfig, Boolean) - Constructor for class org.infobip.lib.popout.backend.FileSystemBackend
-
Constructor.
- FLOAT - Static variable in interface org.infobip.lib.popout.Deserializer
-
- FLOAT - Static variable in interface org.infobip.lib.popout.Serializer
-
- FloatDeserializer() - Constructor for class org.infobip.lib.popout.Deserializer.FloatDeserializer
-
- FloatSerializer() - Constructor for class org.infobip.lib.popout.Serializer.FloatSerializer
-
- flush() - Method in class org.infobip.lib.popout.FileQueue
-
Flushes all this queue's data to the disk.
- folder(String) - Method in class org.infobip.lib.popout.CompressedFilesConfig.CompressedFilesConfigBuilder
-
Sets the folder's name where compressed filess will be placed.
- folder(Path) - Method in class org.infobip.lib.popout.CompressedFilesConfig.CompressedFilesConfigBuilder
-
Sets the folder's path where compressed filess will be placed.
- folder(String) - Method in class org.infobip.lib.popout.FileQueue.Builder
-
Sets a queue's folder path, which the queue uses
if the WAL and compressed configurations doesn't tell another.
- folder(Path) - Method in class org.infobip.lib.popout.FileQueue.Builder
-
Sets a queue's folder path, which the queue uses
if the WAL and compressed configurations doesn't tell another.
- folder(String) - Method in class org.infobip.lib.popout.WalFilesConfig.WalFilesConfigBuilder
-
Sets the folder's name where WAL filess will be placed.
- folder(Path) - Method in class org.infobip.lib.popout.WalFilesConfig.WalFilesConfigBuilder
-
Sets the folder's path where WAL filess will be placed.