Uses of Interface
com.im.df.util.earlyresults.QueryFunction
-
Packages that use QueryFunction Package Description com.im.df.util.earlyresults -
-
Uses of QueryFunction in com.im.df.util.earlyresults
Methods in com.im.df.util.earlyresults with parameters of type QueryFunction Modifier and Type Method Description static <R> List<? extends R>
EarlyResultsBatcher. runQuery(QueryFunction<R> query, IdsListener consumer, long period)
Executes the query function to which anEarlyResultsConsumer
will be passed.
-