Class MapDb3CollectionFactory.MemoryTillSizeXQueue<V>

java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractQueue<V>
org.eclipse.rdf4j.collection.factory.mapdb.MapDb3CollectionFactory.MemoryTillSizeXQueue<V>
Type Parameters:
T - of the contents of the set.
All Implemented Interfaces:
Iterable<V>, Collection<V>, Queue<V>
Enclosing class:
MapDb3CollectionFactory

protected class MapDb3CollectionFactory.MemoryTillSizeXQueue<V> extends AbstractQueue<V>
Only create a disk based set once the contents are large enough that it starts to pay off.