|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/QueryAPI.hpp>#include <API/TestSchemas.hpp>#include <BaseUnitTest.hpp>#include <Catalogs/Query/QueryCatalog.hpp>#include <Catalogs/Query/QueryCatalogEntry.hpp>#include <Catalogs/Source/LogicalSource.hpp>#include <Catalogs/Source/PhysicalSource.hpp>#include <Catalogs/Source/SourceCatalog.hpp>#include <Catalogs/Topology/Topology.hpp>#include <Catalogs/Topology/TopologyNode.hpp>#include <Catalogs/UDF/UDFCatalog.hpp>#include <Configurations/Coordinator/CoordinatorConfiguration.hpp>#include <Configurations/Worker/PhysicalSourceTypes/DefaultSourceType.hpp>#include <Configurations/WorkerConfigurationKeys.hpp>#include <Configurations/WorkerPropertyKeys.hpp>#include <Exceptions/RPCQueryUndeploymentException.hpp>#include <Operators/LogicalOperators/Sinks/SinkLogicalOperator.hpp>#include <Operators/LogicalOperators/Sources/SourceLogicalOperator.hpp>#include <Operators/LogicalOperators/Watermarks/WatermarkAssignerLogicalOperator.hpp>#include <Optimizer/Phases/QueryMergerPhase.hpp>#include <Optimizer/Phases/QueryPlacementAmendmentPhase.hpp>#include <Optimizer/Phases/SignatureInferencePhase.hpp>#include <Optimizer/Phases/TypeInferencePhase.hpp>#include <Plans/Global/Execution/ExecutionNode.hpp>#include <Plans/Global/Execution/GlobalExecutionPlan.hpp>#include <Plans/Global/Query/GlobalQueryPlan.hpp>#include <Plans/Global/Query/SharedQueryPlan.hpp>#include <Plans/Query/QueryPlan.hpp>#include <RequestProcessor/RequestTypes/AddQueryRequest.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPAddLinkEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPAddLinkPropertyEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPAddNodeEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPAddQueryEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPRemoveLinkEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPRemoveNodeEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPRemoveQueryEvent.hpp>#include <RequestProcessor/RequestTypes/ISQP/ISQPRequest.hpp>#include <RequestProcessor/StorageHandles/StorageDataStructures.hpp>#include <RequestProcessor/StorageHandles/TwoPhaseLockingStorageHandler.hpp>#include <Services/PlacementAmendment/PlacementAmendmentHandler.hpp>#include <Services/PlacementAmendment/PlacementAmendmentInstance.hpp>#include <StatisticCollection/StatisticCache/DefaultStatisticCache.hpp>#include <StatisticCollection/StatisticProbeHandling/DefaultStatisticProbeGenerator.hpp>#include <StatisticCollection/StatisticProbeHandling/StatisticProbeHandler.hpp>#include <StatisticCollection/StatisticRegistry/StatisticRegistry.hpp>#include <Util/IncrementalPlacementUtils.hpp>#include <Util/Logger/Logger.hpp>#include <gmock/gmock.h>#include <gtest/gtest.h>#include <z3++.h>Classes | |
| class | NES::Optimizer::MockedPlacementAmendmentHandler |
| class | NES::RequestProcessor::ISQPRequestTest |
Namespaces | |
| NES | |
| This exception represents a network error. | |
| NES::Optimizer | |
| NES::RequestProcessor | |
Functions | |
| void | NES::RequestProcessor::updateCapturedValue (const NES::Optimizer::PlacementAmendmentInstancePtr &placementAmendmentInstance) |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testISQPAddNodeAndLinkEvents) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testFirstISQPAddNodeThenRemoveNodes) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testAddQueryEvents) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testMultipleAddQueryEventsInaSingleBatch) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testMultipleAddQueryEventsInDifferentBatchWithMerging) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testMultipleAddQueryEventsInDifferentBatchWithoutMerging) | |
| NES::RequestProcessor::TEST_F (ISQPRequestTest, testTopologyChangeEventsInaSingleBatchWithMergingWithoutIncrementalPlacement) | |