Modifier and Type | Field and Description |
---|---|
protected boolean |
finished |
Constructor and Description |
---|
ONonBlockingQueryFuture() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Future future) |
void |
add(int index,
Future element) |
boolean |
addAll(Collection<? extends Future> c) |
boolean |
addAll(int index,
Collection<? extends Future> c) |
boolean |
cancel(boolean mayInterruptIfRunning) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Object |
get() |
Future |
get(int index) |
Object |
get(long timeout,
TimeUnit unit) |
int |
indexOf(Object o) |
boolean |
isCancelled() |
boolean |
isDone() |
boolean |
isEmpty() |
boolean |
isIdempotent() |
Iterator<Future> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Future> |
listIterator() |
ListIterator<Future> |
listIterator(int index) |
Future |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Future |
set(int index,
Future element) |
int |
size() |
List<Future> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled
in interface Future
public Object get() throws InterruptedException, ExecutionException
get
in interface Future
InterruptedException
ExecutionException
public Object get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future
InterruptedException
ExecutionException
TimeoutException
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Future future)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Future>
containsAll
in interface List<Future>
public boolean addAll(Collection<? extends Future> c)
public boolean addAll(int index, Collection<? extends Future> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean isIdempotent()
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Future>
public ListIterator<Future> listIterator()
listIterator
in interface List<Future>
public ListIterator<Future> listIterator(int index)
listIterator
in interface List<Future>
Copyright © 2009–2020 OrientDB. All rights reserved.