|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include "SerializableOperator.pb.h"#include <BaseIntegrationTest.hpp>#include <Catalogs/Source/PhysicalSource.hpp>#include <Common/DataTypes/DataTypeFactory.hpp>#include <Network/NetworkChannel.hpp>#include <Operators/Serialization/SchemaSerializationUtil.hpp>#include <Runtime/MemoryLayout/MemoryLayout.hpp>#include <Runtime/MemoryLayout/RowLayout.hpp>#include <Runtime/NesThread.hpp>#include <Runtime/NodeEngine.hpp>#include <Runtime/NodeEngineBuilder.hpp>#include <Runtime/WorkerContext.hpp>#include <Sinks/Mediums/FileSink.hpp>#include <Sinks/SinkCreator.hpp>#include <Sources/SourceCreator.hpp>#include <Util/Common.hpp>#include <Util/Core.hpp>#include <Util/Logger/Logger.hpp>#include <Util/TestTupleBuffer.hpp>#include <Util/TestUtils.hpp>#include <gtest/gtest.h>#include <ostream>#include <API/TestSchemas.hpp>#include <Monitoring/MetricCollectors/CpuCollector.hpp>#include <Monitoring/MetricCollectors/DiskCollector.hpp>#include <Monitoring/Metrics/Gauge/CpuMetrics.hpp>#include <Monitoring/Metrics/Gauge/DiskMetrics.hpp>#include <Monitoring/Metrics/Metric.hpp>#include <Monitoring/Metrics/Wrapper/CpuMetricsWrapper.hpp>#include <Monitoring/Storage/AllEntriesMetricStore.hpp>#include <Monitoring/Util/MetricUtils.hpp>Classes | |
| class | NES::SinkTest |
Namespaces | |
| NES | |
| This exception represents a network error. | |
Functions | |
| NES::TEST_F (SinkTest, testCSVFileSink) | |
| NES::TEST_F (SinkTest, testRawBufferSink) | |
| NES::TEST_F (SinkTest, testCSVPrintSink) | |
| NES::TEST_F (SinkTest, testNullOutSink) | |
| NES::TEST_F (SinkTest, testCSVZMQSink) | |
| NES::TEST_F (SinkTest, testWatermarkForZMQ) | |
| NES::TEST_F (SinkTest, testWatermarkCsvSource) | |
| NES::TEST_F (SinkTest, testMonitoringSink) | |