Package com.im.df.util.earlyresults
Interface QueryFunction<R>
-
- Type Parameters:
R
- the query return type
public interface QueryFunction<R>
Definition of the query to be performed. TheEarlyResultsConsumer
will be provided to you.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends R>
executeQuery(com.im.df.api.dml.EarlyResultsConsumer consumer)
Execute the actual query and pass the provided consumer.
-