T
- public interface OLegacyResultSet<T> extends List<T>, Externalizable
OSQLAsynchQuery
Modifier and Type | Method and Description |
---|---|
OLegacyResultSet<T> |
copy() |
int |
currentSize()
Returns the current size.
|
int |
getLimit() |
boolean |
isEmptyNoWait() |
OLegacyResultSet<T> |
setCompleted() |
OLegacyResultSet<T> |
setLimit(int limit) |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
readExternal, writeExternal
OLegacyResultSet<T> setCompleted()
int getLimit()
OLegacyResultSet<T> setLimit(int limit)
OLegacyResultSet<T> copy()
boolean isEmptyNoWait()
int currentSize()
Copyright © 2009–2020 OrientDB. All rights reserved.