Uses of Class
ddf.catalog.util.impl.ResultIterable
Packages that use ResultIterable
-
Uses of ResultIterable in ddf.catalog.util.impl
Methods in ddf.catalog.util.impl that return ResultIterableModifier and TypeMethodDescriptionstatic ResultIterableResultIterable.resultIterable(ddf.catalog.CatalogFramework catalogFramework, ddf.catalog.operation.QueryRequest queryRequest) Creates an iterable that will call theCatalogFrameworkto retrieve the results that match theQueryRequestprovided.static ResultIterableResultIterable.resultIterable(ddf.catalog.CatalogFramework catalogFramework, ddf.catalog.operation.QueryRequest queryRequest, int maxResultCount) Creates an iterable that will call theCatalogFrameworkto retrieve the results that match theQueryRequestprovided.static ResultIterableResultIterable.resultIterable(QueryFunction queryFunction, ddf.catalog.operation.QueryRequest queryRequest) Creates an iterable that will call aQueryFunctionto retrieve the results that match theQueryRequestprovided.static ResultIterableResultIterable.resultIterable(QueryFunction queryFunction, ddf.catalog.operation.QueryRequest queryRequest, int maxResultCount) Creates an iterable that will call aQueryFunctionto retrieve the results that match theQueryRequestprovided.