Class LimitedQuery

java.lang.Object
org.nustaq.reallive.api.LimitedQuery
All Implemented Interfaces:
Serializable, Predicate<Record>, RLPredicate<Record>

public class LimitedQuery extends Object implements Serializable, RLPredicate<Record>
limits the amount of tested records per datanode. This can be useful to avoid transmission of all matching records in find-alike scenarios.
See Also: