Uses of Class
ddf.catalog.util.impl.ResultIterable

Packages that use ResultIterable
Package
Description
Provides utility classes for the Catalog.
  • Uses of ResultIterable in ddf.catalog.util.impl

    Methods in ddf.catalog.util.impl that return ResultIterable
    Modifier and Type
    Method
    Description
    ResultIterable.resultIterable(ddf.catalog.CatalogFramework catalogFramework, ddf.catalog.operation.QueryRequest queryRequest)
    Creates an iterable that will call the CatalogFramework to retrieve the results that match the QueryRequest provided.
    ResultIterable.resultIterable(ddf.catalog.CatalogFramework catalogFramework, ddf.catalog.operation.QueryRequest queryRequest, int maxResultCount)
    Creates an iterable that will call the CatalogFramework to retrieve the results that match the QueryRequest provided.
    ResultIterable.resultIterable(QueryFunction queryFunction, ddf.catalog.operation.QueryRequest queryRequest)
    Creates an iterable that will call a QueryFunction to retrieve the results that match the QueryRequest provided.
    ResultIterable.resultIterable(QueryFunction queryFunction, ddf.catalog.operation.QueryRequest queryRequest, int maxResultCount)
    Creates an iterable that will call a QueryFunction to retrieve the results that match the QueryRequest provided.