NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Catalogs/Source/LogicalSource.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Catalogs/Source/SourceCatalog.hpp>
#include <Exceptions/MapEntryNotFoundException.hpp>
#include <Operators/Serialization/SchemaSerializationUtil.hpp>
#include <REST/Controller/BaseRouterPrefix.hpp>
#include <REST/Handlers/ErrorHandler.hpp>
#include <SerializableOperator.pb.h>
#include <Services/QueryParsingService.hpp>
#include <Services/RequestHandlerService.hpp>
#include <nlohmann/json.hpp>
#include <oatpp/core/macro/codegen.hpp>
#include <oatpp/core/macro/component.hpp>
#include <oatpp/core/parser/Caret.hpp>
#include <oatpp/web/server/api/ApiController.hpp>
#include <utility>
Classes | |
class | NES::REST::Controller::SourceCatalogController |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::REST | |
NES::REST::Controller | |
Typedefs | |
using | NES::REST::Controller::SourceCatalogPtr = std::shared_ptr< SourceCatalogController > |