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)
QueryContextgetIndex in class QueryContextattributeName - the name of the attribute to obtain the index for.null if there is no index available
 for the given attribute.Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.