protected final class MapQueryEngineImpl.QueryPartitionCallable extends Object implements Callable<Collection<QueryableEntry>>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
partition |
protected Predicate |
predicate |
Modifier | Constructor and Description |
---|---|
protected |
MapQueryEngineImpl.QueryPartitionCallable(String name,
Predicate predicate,
int partitionId) |
protected final int partition
protected final String name
protected final Predicate predicate
public Collection<QueryableEntry> call() throws Exception
call
in interface Callable<Collection<QueryableEntry>>
Exception
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.