|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
A11's pluggable storage interface for streamed node data: an ordered, appendable log of fragments keyed by sequence number and arrival order. More...
#include <cstddef>#include <cstdint>#include <optional>#include <string>#include <utility>#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"Go to the source code of this file.
Classes | |
| class | a11::stores::ChunkStore |
| Abstract, pluggable backing store for the data of a node: an ordered, appendable log of fragments. More... | |
Namespaces | |
| namespace | a11 |
| namespace | a11::stores |
A11's pluggable storage interface for streamed node data: an ordered, appendable log of fragments keyed by sequence number and arrival order.