Interface OLegacyResultSet<T>
- Type Parameters:
T-
- All Superinterfaces:
Collection<T>,Externalizable,Iterable<T>,List<T>,Serializable
- All Known Implementing Classes:
OBasicLegacyResultSet,OConcurrentLegacyResultSet,OLiveLegacyResultSet
ResultSet interface that extends List interface for retro compatibility.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface java.util.List
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
-
Method Details
-
setCompleted
OLegacyResultSet<T> setCompleted() -
getLimit
int getLimit() -
setLimit
-
copy
OLegacyResultSet<T> copy() -
isEmptyNoWait
boolean isEmptyNoWait() -
currentSize
int currentSize()Returns the current size. If the resultset is not yet ready, returns te current size.- Returns:
-