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>>

public abstract class CypherQueryResultIterator extends Object implements com.buschmais.xo.api.ResultIterator<Map<String,Object>>
  • Constructor Details

    • CypherQueryResultIterator

      public CypherQueryResultIterator()
  • Method Details

    • close

      public final void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface com.buschmais.xo.api.ResultIterator<Map<String,Object>>
    • dispose

      protected abstract Iterable<Notification> dispose()
      Dispose the underlying result and return any created notifications.
      Returns:
      The Notifications.
    • getLogger

      protected abstract org.slf4j.Logger getLogger()