Interface OLegacyResultSet<T>

Type Parameters:
T -
All Superinterfaces:
Collection<T>, Externalizable, Iterable<T>, List<T>, Serializable
All Known Implementing Classes:
OBasicLegacyResultSet, OConcurrentLegacyResultSet, OLiveLegacyResultSet

public interface OLegacyResultSet<T> extends List<T>, Externalizable
ResultSet interface that extends List interface for retro compatibility.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Method Details

    • setCompleted

      OLegacyResultSet<T> setCompleted()
    • getLimit

      int getLimit()
    • setLimit

      OLegacyResultSet<T> setLimit(int limit)
    • copy

    • isEmptyNoWait

      boolean isEmptyNoWait()
    • currentSize

      int currentSize()
      Returns the current size. If the resultset is not yet ready, returns te current size.
      Returns: