evio
6.0
|
#include <iostream>
#include <iomanip>
#include <string>
#include <thread>
#include <memory>
#include "RecordOutput.h"
#include "RecordHeader.h"
#include "Compressor.h"
#include "RecordSupply.h"
#include "Disruptor/Util.h"
#include <boost/thread.hpp>
Go to the source code of this file.
Classes | |
class | evio::RecordCompressor |
Class used to create a thread which takes data-filled records from a RingBuffer-backed RecordSupply, compresses them, and places them back into the supply. More... | |
Namespaces | |
evio | |
Copyright (c) 2019, Jefferson Science Associates. | |