java.lang.Iterable<java.lang.Long>, java.util.Collection<java.lang.Long>, java.util.Queue<java.lang.Long>public final class FileBackedLongQueue extends FileBackedQueue<java.lang.Long>
| Constructor | Description |
|---|---|
FileBackedLongQueue(int memoryCapacity,
long filesystemCapacity) |
Erstellt eine neue Queue, die durch ein Dateisystem unterstützt wird und so recht groß werden kann.
|
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArraycontains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArrayclear, getDiskCapacity, getDiskUsed, getMemoryCapacity, getMemoryUsed, iterator, offer, peek, poll, size, toStringpublic FileBackedLongQueue(int memoryCapacity,
long filesystemCapacity)
memoryCapacity - Wie viel Speicher in Bytes maximal im Arbeitsspeicher gehalten werden sollen.filesystemCapacity - Wie viel Speicher in Bytes maximal im Dateisystem gehalten werden sollen. Es handelt sich um einen Richtwert, der geringfügig
überschritten werden kann.