@Deprecated public interface CompletableQueue<T> extends Queue<T>
Modifier and Type | Method and Description |
---|---|
void |
complete()
Deprecated.
Mark this queue as complete
|
boolean |
isComplete()
Deprecated.
Get the number of items persisted right now.
|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2017. All rights reserved.