Uses of Interface
ddf.catalog.util.impl.QueryFunction
Packages that use QueryFunction
-
Uses of QueryFunction in ddf.catalog.util.impl
Methods in ddf.catalog.util.impl with parameters of type QueryFunctionModifier and TypeMethodDescriptionstatic 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.