Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<QueryableEntry> |
Index.getSubRecords(ComparisonType comparisonType,
Comparable searchedValue) |
Set<QueryableEntry> |
IndexImpl.getSubRecords(ComparisonType comparisonType,
Comparable searchedAttributeValue) |
Set<QueryableEntry> |
UnsortedIndexStore.getSubRecords(ComparisonType comparisonType,
Comparable searchedValue) |
Set<QueryableEntry> |
IndexStore.getSubRecords(ComparisonType comparisonType,
Comparable searchedValue) |
Set<QueryableEntry> |
SortedIndexStore.getSubRecords(ComparisonType comparisonType,
Comparable searchedValue) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.