NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
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... | |
Interface to set configuration parameters for a query.
|
explicit |
Optimizer::PlacementStrategy NES::Client::QueryConfig::getPlacementType | ( | ) | const |
Returns the placement type.
Referenced by NES::Client::RemoteClient::submitQuery().
void NES::Client::QueryConfig::setPlacementType | ( | Optimizer::PlacementStrategy | placementType | ) |
Sets the placement type.
placementType |