Package | Description |
---|---|
com.hazelcast.map.impl.query |
Modifier and Type | Field and Description |
---|---|
static Target |
Target.ALL_NODES |
static Target |
Target.LOCAL_NODE |
Modifier and Type | Method and Description |
---|---|
static Target |
Target.createPartitionTarget(int partitionId) |
Modifier and Type | Method and Description |
---|---|
protected List<Future<Result>> |
QueryEngineImpl.dispatchFullQueryOnQueryThread(Query query,
Target target) |
Result |
QueryEngineImpl.execute(Query query,
Target target) |
<T extends Result> |
QueryEngine.execute(Query query,
Target target)
Executes the given query on the given target.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.