Class QueryIterService

All Implemented Interfaces:
Iterator<Binding>, org.apache.jena.atlas.io.Printable, org.apache.jena.atlas.iterator.IteratorCloseable<Binding>, org.apache.jena.atlas.lib.Closeable, QueryIterator, PrintSerializable

@Deprecated(forRemoval=true, since="4.6.0") public class QueryIterService extends QueryIterRepeatApply
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed. Migrate to ServiceExecutorRegistry.
This class continues to exist for compatibility with legacy service extensions. New code should register extensions at a ServiceExecutorRegistry.
  • Constructor Details

    • QueryIterService

      public QueryIterService(QueryIterator input, OpService opService, ExecutionContext execCxt)
      Deprecated, for removal: This API element is subject to removal in a future version.