public class PartitionQueryContextProvider extends Object implements QueryContextProvider
Constructor and Description |
---|
PartitionQueryContextProvider(Indexes indexes)
Constructs a new partition query context provider for the given indexes.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
obtainContextFor(Indexes indexes,
int ownedPartitionCount)
Obtains a query context for the given indexes.
|
public PartitionQueryContextProvider(Indexes indexes)
indexes
- the indexes to construct the new query context for.public QueryContext obtainContextFor(Indexes indexes, int ownedPartitionCount)
QueryContextProvider
The returned query context instance is valid for a duration of a single query and should be re-obtained for every query.
obtainContextFor
in interface QueryContextProvider
indexes
- the indexes to obtain the query context for.ownedPartitionCount
- a count of owned partitions a query runs on.
Negative value indicates that the value is not defined.Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.