Class ODistributedResultSet
java.lang.Object
com.orientechnologies.orient.server.distributed.impl.sql.executor.ODistributedResultSet
- All Implemented Interfaces:
OResultSet,AutoCloseable,Iterator<OResult>,Spliterator<OResult>
Created by luigidellaquila on 21/06/17.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T extends Object,T_CONS extends Object, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanhasNext()next()voidvoidsetDatabase(ODatabaseDocumentDistributed database) voidsetNodeName(String nodeName) voidsetQueryId(String queryId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OResultSet
characteristics, edgeStream, elementStream, estimateSize, forEachRemaining, remove, reset, stream, tryAdvance, trySplit, vertexStreamMethods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Constructor Details
-
ODistributedResultSet
public ODistributedResultSet()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<OResult>- Specified by:
hasNextin interfaceOResultSet
-
next
- Specified by:
nextin interfaceIterator<OResult>- Specified by:
nextin interfaceOResultSet
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceOResultSet
-
getExecutionPlan
- Specified by:
getExecutionPlanin interfaceOResultSet
-
getQueryStats
- Specified by:
getQueryStatsin interfaceOResultSet
-
setQueryId
-
setData
-
setDatabase
-
setNodeName
-