NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BaseUnitTest.hpp>
#include <Catalogs/Query/QueryCatalog.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 <Exceptions/ResourceLockingException.hpp>
#include <Plans/Global/Execution/GlobalExecutionPlan.hpp>
#include <Plans/Global/Query/GlobalQueryPlan.hpp>
#include <RequestProcessor/RequestTypes/StorageResourceLocker.hpp>
#include <RequestProcessor/StorageHandles/StorageDataStructures.hpp>
#include <RequestProcessor/StorageHandles/TwoPhaseLockingStorageHandler.hpp>
#include <StatisticCollection/StatisticCache/DefaultStatisticCache.hpp>
#include <StatisticCollection/StatisticProbeHandling/DefaultStatisticProbeGenerator.hpp>
#include <StatisticCollection/StatisticProbeHandling/StatisticProbeHandler.hpp>
#include <StatisticCollection/StatisticRegistry/StatisticRegistry.hpp>
Classes | |
class | NES::RequestProcessor::TwoPhaseLockingStorageHandlerTest |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::RequestProcessor | |
Functions | |
NES::RequestProcessor::TEST_F (TwoPhaseLockingStorageHandlerTest, TestResourceAccess) | |
NES::RequestProcessor::TEST_F (TwoPhaseLockingStorageHandlerTest, TestNoResourcesLocked) | |
NES::RequestProcessor::TEST_F (TwoPhaseLockingStorageHandlerTest, TestDoubleLocking) | |
NES::RequestProcessor::TEST_F (TwoPhaseLockingStorageHandlerTest, TestLocking) | |
NES::RequestProcessor::TEST_F (TwoPhaseLockingStorageHandlerTest, TestNoDeadLock) | |