Package org.nustaq.reallive.api
Class RLRateLimitedPredicate<T>
java.lang.Object
org.nustaq.reallive.api.RLRateLimitedPredicate<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Serializable,Predicate<T>,RLPredicate<T>
a rate limited query. it limits the amount of results per second to the given value
- See Also:
-
Constructor Details
-
RLRateLimitedPredicate
-
-
Method Details
-
test
-
getRecordLimit
public int getRecordLimit()- Specified by:
getRecordLimitin interfaceRLPredicate<T>
-
_setLimit
public void _setLimit(int limit)
-