public class GlobalQueryContextWithStats extends QueryContext
QueryContext.IndexMatchHint
indexes
Constructor and Description |
---|
GlobalQueryContextWithStats() |
Modifier and Type | Method and Description |
---|---|
Index |
matchIndex(String pattern,
QueryContext.IndexMatchHint matchHint)
Matches an index for the given pattern and match hint.
|
getIndex
public Index matchIndex(String pattern, QueryContext.IndexMatchHint matchHint)
QueryContext
matchIndex
in class QueryContext
pattern
- the pattern to match an index for. May be either an
attribute name or an exact index name.matchHint
- the match hint.null
if nothing matched.QueryContext.IndexMatchHint
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.