Apache Ignite C++
Public Member Functions | List of all members
ignite::cache::query::ScanQuery Class Reference

Scan query. More...

#include <query_scan.h>

Public Member Functions

 ScanQuery ()
 Constructor.
 
 ScanQuery (int32_t part)
 Constructor. More...
 
int32_t GetPartition () const
 Get partition to scan. More...
 
void SetPartition (int32_t part)
 Set partition to scan. More...
 
int32_t GetPageSize () const
 Get page size. More...
 
void SetPageSize (int32_t pageSize)
 Set page size. More...
 
bool IsLocal () const
 Get local flag. More...
 
void SetLocal (bool loc)
 Set local flag. More...
 
void Write (binary::BinaryRawWriter &writer) const
 Write query info to the stream. More...
 

Detailed Description

Scan query.

Constructor & Destructor Documentation

ignite::cache::query::ScanQuery::ScanQuery ( int32_t  part)
inline

Constructor.

Parameters
partPartition.

Member Function Documentation

int32_t ignite::cache::query::ScanQuery::GetPageSize ( ) const
inline

Get page size.

Returns
Page size.
int32_t ignite::cache::query::ScanQuery::GetPartition ( ) const
inline

Get partition to scan.

Returns
Partition to scan.
bool ignite::cache::query::ScanQuery::IsLocal ( ) const
inline

Get local flag.

Returns
Local flag.
void ignite::cache::query::ScanQuery::SetLocal ( bool  loc)
inline

Set local flag.

Parameters
locLocal flag.
void ignite::cache::query::ScanQuery::SetPageSize ( int32_t  pageSize)
inline

Set page size.

Parameters
pageSizePage size.
void ignite::cache::query::ScanQuery::SetPartition ( int32_t  part)
inline

Set partition to scan.

Parameters
partPartition to scan.
void ignite::cache::query::ScanQuery::Write ( binary::BinaryRawWriter writer) const
inline

Write query info to the stream.

Parameters
writerWriter.

The documentation for this class was generated from the following file: