Package | Description |
---|---|
com.hazelcast.map.impl.query |
Modifier and Type | Method and Description |
---|---|
QueryableEntriesSegment |
PartitionScanExecutor.execute(String mapName,
Predicate predicate,
int partitionId,
int tableIndex,
int fetchSize)
Executes the predicate on a partition chunk.
|
QueryableEntriesSegment |
CallerRunsPartitionScanExecutor.execute(String mapName,
Predicate predicate,
int partitionId,
int tableIndex,
int fetchSize) |
QueryableEntriesSegment |
ParallelPartitionScanExecutor.execute(String mapName,
Predicate predicate,
int partitionId,
int tableIndex,
int fetchSize)
Executes the predicate on a partition chunk.
|
QueryableEntriesSegment |
PartitionScanRunner.run(String mapName,
Predicate predicate,
int partitionId,
int tableIndex,
int fetchSize)
Executes the predicate on a partition chunk.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.