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

The default in-memory ChunkStore implementation, whose state and synchronization live in C++. More...

#include <cstddef>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#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

class  a11::stores::LocalChunkStore
 The default in-memory ChunkStore: all reads and writes stay in local process memory. More...
 

Namespaces

namespace  a11
 
namespace  a11::stores
 

Detailed Description

The default in-memory ChunkStore implementation, whose state and synchronization live in C++.