public class PartitionQueryContextWithStats extends QueryContext
indexes
Constructor and Description |
---|
PartitionQueryContextWithStats(Indexes indexes)
Constructs a new partition query context with stats for the given indexes.
|
Modifier and Type | Method and Description |
---|---|
Index |
getIndex(String attributeName)
Obtains the index available for the given attribute in this query
context.
|
public PartitionQueryContextWithStats(Indexes indexes)
indexes
- the indexes to construct the new query context for.public Index getIndex(String attributeName)
QueryContext
getIndex
in class QueryContext
attributeName
- the name of the attribute to obtain the index for.null
if there is no index available
for the given attribute.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.