Package org.nustaq.reallive.api
Class RLHashIndexPredicate
java.lang.Object
org.nustaq.reallive.api.RLHashIndexPredicate
- All Implemented Interfaces:
Serializable,Predicate<Record>,RLPredicate<Record>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionRLHashIndexPredicate(String path, Object key, RLPredicate subQuery) RLHashIndexPredicate(RLPredicate subQuery) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()getPath(int i) static <T> RLHashIndexPredicatehashIndex(String path, Object key, RLPredicate<Record> subQuery) subQuery(RLPredicate sq) booleantoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nustaq.reallive.api.RLPredicate
and, getRecordLimit, negate, or
-
Constructor Details
-
RLHashIndexPredicate
-
RLHashIndexPredicate
-
-
Method Details
-
hashIndex
public static <T> RLHashIndexPredicate hashIndex(String path, Object key, RLPredicate<Record> subQuery) -
join
-
subtract
-
intersect
-
subQuery
-
test
-
getPath
-
getPath
-
toString
-