Class QueryExtensionEntryIterator

java.lang.Object
com.gigaspaces.query.extension.QueryExtensionEntryIterator
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
LuceneSpatialQueryExtensionEntryIterator

public abstract class QueryExtensionEntryIterator extends Object implements Closeable
Since:
11.0
Author:
yechielf
  • Constructor Details

    • QueryExtensionEntryIterator

      public QueryExtensionEntryIterator()
  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException
    • hasNext

      public abstract boolean hasNext()
    • nextUid

      public abstract String nextUid()
    • size

      public abstract int size()
    • isNoRematchNeeded

      public abstract boolean isNoRematchNeeded()