public class HDPartitionScanExecutor extends Object implements com.hazelcast.map.impl.query.PartitionScanExecutor
| Constructor and Description |
|---|
HDPartitionScanExecutor(HDPartitionScanRunner partitionScanRunner) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String mapName,
com.hazelcast.query.Predicate predicate,
Collection<Integer> partitions,
com.hazelcast.map.impl.query.Result result) |
com.hazelcast.query.impl.QueryableEntriesSegment |
execute(String mapName,
com.hazelcast.query.Predicate predicate,
int partitionId,
int tableIndex,
int fetchSize) |
public HDPartitionScanExecutor(HDPartitionScanRunner partitionScanRunner)
public void execute(String mapName, com.hazelcast.query.Predicate predicate, Collection<Integer> partitions, com.hazelcast.map.impl.query.Result result)
execute in interface com.hazelcast.map.impl.query.PartitionScanExecutorpublic com.hazelcast.query.impl.QueryableEntriesSegment execute(String mapName, com.hazelcast.query.Predicate predicate, int partitionId, int tableIndex, int fetchSize)
execute in interface com.hazelcast.map.impl.query.PartitionScanExecutorCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.