| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PredicateType | |
|---|---|
| com.hazelcast.query | |
| Uses of PredicateType in com.hazelcast.query | 
|---|
| Methods in com.hazelcast.query that return PredicateType | |
|---|---|
static PredicateType | 
PredicateType.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static PredicateType[] | 
PredicateType.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in com.hazelcast.query with parameters of type PredicateType | |
|---|---|
 void | 
IndexStore.getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              Long searchedValue)
 | 
 void | 
SortedIndexStore.getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              Long searchedValue)
 | 
 void | 
UnsortedIndexStore.getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              Long searchedValue)
 | 
 Set<MapEntry> | 
Index.getSubRecords(PredicateType predicateType,
              Long searchedValue)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||