A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
chunk_store_reader.h File Reference

A read cursor over a ChunkStore that pulls fragments out in order (or by arrival), buffering ahead per its options. More...

#include <cstddef>
#include <cstdint>
#include <memory>
#include <optional>
#include <absl/status/status.h>
#include <absl/status/statusor.h>
#include <absl/time/time.h>
#include "a11/concurrency/future.h"
#include "a11/data/types.h"
#include "a11/stores/chunk_store.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  a11::stores::ChunkStoreReaderOptions
 Tunables controlling how a ChunkStoreReader delivers and buffers fragments. More...
 
class  a11::stores::ChunkStoreReader
 An ordered, buffered read cursor over a ChunkStore. More...
 

Namespaces

namespace  a11
 
namespace  a11::stores
 

Detailed Description

A read cursor over a ChunkStore that pulls fragments out in order (or by arrival), buffering ahead per its options.