Interface LoadingQueue
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.collect.Loadable,java.util.Queue,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable
public interface LoadingQueue<T extends Object> implements Queue<T>, Loadable<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoadingQueue.Companion
-
Method Summary
Modifier and Type Method Description abstract Unitshuffle()abstract Unitoverflow(UrlAware url)abstract Unitoverflow(List<UrlAware> urls)UnitdeepClear()abstract IntegergetExternalSize()abstract IntegergetEstimatedExternalSize()abstract IntegergetEstimatedSize()-
Methods inherited from class java.util.Queue
add, element, offer, peek, poll, remove -
Methods inherited from class kotlin.collections.MutableCollection
addAll, clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class kotlin.collections.Collection
contains, containsAll, getSize, isEmpty, parallelStream, spliterator, stream, toArray -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class ai.platon.pulsar.common.collect.Loadable
load, loadNow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExternalSize
abstract Integer getExternalSize()
-
getEstimatedExternalSize
abstract Integer getEstimatedExternalSize()
-
getEstimatedSize
abstract Integer getEstimatedSize()
-
-
-
-