NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::Client::QueryConfig Class Reference

Interface to set configuration parameters for a query. More...

#include <QueryConfig.hpp>

Public Member Functions

 QueryConfig (Optimizer::PlacementStrategy placementType=Optimizer::PlacementStrategy::BottomUp)
 
Optimizer::PlacementStrategy getPlacementType () const
 Returns the placement type. More...
 
void setPlacementType (Optimizer::PlacementStrategy placementType)
 Sets the placement type. More...
 

Detailed Description

Interface to set configuration parameters for a query.

Constructor & Destructor Documentation

◆ QueryConfig()

NES::Client::QueryConfig::QueryConfig ( Optimizer::PlacementStrategy  placementType = Optimizer::PlacementStrategy::BottomUp)
explicit

Member Function Documentation

◆ getPlacementType()

Optimizer::PlacementStrategy NES::Client::QueryConfig::getPlacementType ( ) const

Returns the placement type.

Returns
PlacementStrategy

Referenced by NES::Client::RemoteClient::submitQuery().

Here is the caller graph for this function:

◆ setPlacementType()

void NES::Client::QueryConfig::setPlacementType ( Optimizer::PlacementStrategy  placementType)

Sets the placement type.

Parameters
placementType

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