Package com.buschmais.xo.neo4j.spi
Class CypherQueryResultIterator
java.lang.Object
com.buschmais.xo.neo4j.spi.CypherQueryResultIterator
- All Implemented Interfaces:
com.buschmais.xo.api.ResultIterator<Map<String,,Object>> Closeable,AutoCloseable,Iterator<Map<String,Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()protected abstract Iterable<Notification>dispose()Dispose the underlying result and return any created notifications.protected abstract org.slf4j.LoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
CypherQueryResultIterator
public CypherQueryResultIterator()
-
-
Method Details
-
close
public final void close() -
dispose
Dispose the underlying result and return any created notifications.- Returns:
- The
Notifications.
-
getLogger
protected abstract org.slf4j.Logger getLogger()
-