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