
public class OLocalResultSetLifecycleDecorator extends Object implements OResultSet
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED| Constructor and Description |
|---|
OLocalResultSetLifecycleDecorator(OInternalResultSet rsCopy,
String queryId) |
OLocalResultSetLifecycleDecorator(OResultSet entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLifecycleListener(OQueryLifecycleListener db) |
void |
close() |
Optional<OExecutionPlan> |
getExecutionPlan() |
OResultSet |
getInternal() |
String |
getQueryId() |
Map<String,Long> |
getQueryStats() |
boolean |
hasNext() |
boolean |
hasNextPage() |
boolean |
isDetached() |
OResult |
next() |
void |
setHasNextPage(boolean b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacteristics, edgeStream, elementStream, estimateSize, forEachRemaining, remove, reset, stream, tryAdvance, trySplit, vertexStreamgetComparator, getExactSizeIfKnown, hasCharacteristicspublic OLocalResultSetLifecycleDecorator(OResultSet entity)
public OLocalResultSetLifecycleDecorator(OInternalResultSet rsCopy, String queryId)
public void addLifecycleListener(OQueryLifecycleListener db)
public boolean hasNext()
hasNext in interface OResultSethasNext in interface Iterator<OResult>public OResult next()
next in interface OResultSetnext in interface Iterator<OResult>public void close()
close in interface OResultSetclose in interface AutoCloseablepublic Optional<OExecutionPlan> getExecutionPlan()
getExecutionPlan in interface OResultSetpublic Map<String,Long> getQueryStats()
getQueryStats in interface OResultSetpublic String getQueryId()
public boolean hasNextPage()
public void setHasNextPage(boolean b)
public boolean isDetached()
public OResultSet getInternal()
Copyright © 2009–2025 OrientDB. All rights reserved.