NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BufferManager.cpp File Reference
#include <Runtime/AbstractBufferProvider.hpp>
#include <Runtime/BufferManager.hpp>
#include <Runtime/FixedSizeBufferPool.hpp>
#include <Runtime/HardwareManager.hpp>
#include <Runtime/LocalBufferPool.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <Runtime/detail/TupleBufferImpl.hpp>
#include <Util/Logger/Logger.hpp>
#include <cstring>
#include <iostream>
#include <thread>
#include <unistd.h>
Include dependency graph for BufferManager.cpp:

Namespaces

 NES
 This exception represents a network error.
 
 NES::Runtime
 Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads.
 

Functions

TupleBuffer NES::Runtime::allocateVariableLengthField (std::shared_ptr< AbstractBufferProvider > provider, uint32_t size)
 This function allocates a TupleBuffer of a desired size via a provider. More...