Scan query.  
 More...
#include <query_scan.h>
◆ ScanQuery()
  
  | 
        
          | ignite::cache::query::ScanQuery::ScanQuery | ( | int32_t | part | ) |  |  | inline | 
 
 
◆ GetPageSize()
  
  | 
        
          | int32_t ignite::cache::query::ScanQuery::GetPageSize | ( |  | ) | const |  | inline | 
 
Get page size. 
- Returns
- Page size. 
 
 
◆ GetPartition()
  
  | 
        
          | int32_t ignite::cache::query::ScanQuery::GetPartition | ( |  | ) | const |  | inline | 
 
Get partition to scan. 
- Returns
- Partition to scan. 
 
 
◆ IsLocal()
  
  | 
        
          | bool ignite::cache::query::ScanQuery::IsLocal | ( |  | ) | const |  | inline | 
 
Get local flag. 
- Returns
- Local flag. 
 
 
◆ SetLocal()
  
  | 
        
          | void ignite::cache::query::ScanQuery::SetLocal | ( | bool | loc | ) |  |  | inline | 
 
Set local flag. 
- Parameters
- 
  
    | val | Value of the flag. If true, query will be executed only on local node, so only local entries will be returned as query result. |  
 
 
 
◆ SetPageSize()
  
  | 
        
          | void ignite::cache::query::ScanQuery::SetPageSize | ( | int32_t | pageSize | ) |  |  | inline | 
 
Set page size. 
- Parameters
- 
  
  
 
 
◆ SetPartition()
  
  | 
        
          | void ignite::cache::query::ScanQuery::SetPartition | ( | int32_t | part | ) |  |  | inline | 
 
Set partition to scan. 
- Parameters
- 
  
  
 
 
◆ Write()
Write query info to the stream. 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following file: