public class PartitionScanRunner extends Object
Modifier and Type | Field and Description |
---|---|
protected ClusterService |
clusterService |
protected ILogger |
logger |
protected MapServiceContext |
mapServiceContext |
protected NodeEngine |
nodeEngine |
protected OperationService |
operationService |
protected IPartitionService |
partitionService |
protected InternalSerializationService |
serializationService |
Constructor and Description |
---|
PartitionScanRunner(MapServiceContext mapServiceContext) |
Modifier and Type | Method and Description |
---|---|
protected long |
getNow() |
protected boolean |
isUseCachedDeserializedValuesEnabled(MapContainer mapContainer) |
Collection<QueryableEntry> |
run(String mapName,
Predicate predicate,
int partitionId) |
protected <T> Object |
toData(T input) |
protected final MapServiceContext mapServiceContext
protected final NodeEngine nodeEngine
protected final ILogger logger
protected final InternalSerializationService serializationService
protected final IPartitionService partitionService
protected final OperationService operationService
protected final ClusterService clusterService
public PartitionScanRunner(MapServiceContext mapServiceContext)
public Collection<QueryableEntry> run(String mapName, Predicate predicate, int partitionId)
protected boolean isUseCachedDeserializedValuesEnabled(MapContainer mapContainer)
protected <T> Object toData(T input)
protected long getNow()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.