Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
com.hazelcast.query.impl.predicates |
Modifier and Type | Method and Description |
---|---|
static QueryContext.IndexMatchHint |
QueryContext.IndexMatchHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryContext.IndexMatchHint[] |
QueryContext.IndexMatchHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InternalIndex |
AttributeIndexRegistry.match(String attribute,
QueryContext.IndexMatchHint matchHint)
Matches an index for the given attribute and match hint.
|
Index |
QueryContext.matchIndex(String pattern,
QueryContext.IndexMatchHint matchHint)
Matches an index for the given pattern and match hint.
|
InternalIndex |
Indexes.matchIndex(String pattern,
QueryContext.IndexMatchHint matchHint)
Matches an index for the given pattern and match hint.
|
Index |
GlobalQueryContextWithStats.matchIndex(String pattern,
QueryContext.IndexMatchHint matchHint) |
Index |
PartitionQueryContextWithStats.matchIndex(String pattern,
QueryContext.IndexMatchHint matchHint) |
Modifier and Type | Method and Description |
---|---|
protected Index |
AbstractIndexAwarePredicate.matchIndex(QueryContext queryContext,
QueryContext.IndexMatchHint matchHint) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.