public class ScanQuery<K,V> extends Query<ScanQuery<K,V>>
Constructor and Description |
---|
ScanQuery()
Create scan query returning all entries.
|
ScanQuery(IgniteBiPredicate<K,V> filter)
Create scan query with filter.
|
Modifier and Type | Method and Description |
---|---|
IgniteBiPredicate<K,V> |
getFilter()
Gets filter.
|
void |
setFilter(IgniteBiPredicate<K,V> filter)
Sets filter.
|
String |
toString() |
continuous, getPageSize, scan, setPageSize, spi, sql, sql, text
public ScanQuery()
public ScanQuery(@Nullable IgniteBiPredicate<K,V> filter)
filter
- Filter. If null
then all entries will be returned.public IgniteBiPredicate<K,V> getFilter()
public void setFilter(@Nullable IgniteBiPredicate<K,V> filter)
filter
- Filter. If null
then all entries will be returned.
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015