Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
static Comparison |
Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparison[] |
Comparison.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> |
AbstractIndex.getRecords(Comparison comparison,
Comparable value) |
Set<QueryableEntry> |
Index.getRecords(Comparison comparison,
Comparable value)
Produces a result set containing entries whose attribute values are
satisfy the comparison of the given type with the given value.
|
Set<QueryableEntry> |
UnorderedIndexStore.getRecords(Comparison comparison,
Comparable value) |
Set<QueryableEntry> |
IndexStore.getRecords(Comparison comparison,
Comparable value)
Obtains entries that have indexed attribute value satisfying the given
comparison with the given value.
|
Set<QueryableEntry> |
OrderedIndexStore.getRecords(Comparison comparison,
Comparable searchedValue) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.