Classes | |
| struct | ChainBlockInfo |
| struct | CursorKey |
| struct | DecodedEvent |
| struct | EventKey |
| struct | EventKeyHash |
| class | EventRuntime |
| struct | EventRuntimeConfig |
| struct | EventShardId |
| struct | FeedArchiveRow |
| struct | FeedHotKey |
| struct | FeedItem |
| struct | FeedPage |
| struct | FeedQuery |
| struct | FinalityHeights |
| struct | FinalityState |
| class | IArchiveManager |
| class | IChainEventSource |
| class | IEventDecoder |
| class | IEventShardRouter |
| class | IEventSink |
| class | IFeedRepository |
| class | IHotEventStore |
| struct | IngestResumeState |
| struct | MonthBounds |
| class | MonthlyEventShardRouter |
| struct | NormalizedArchiveRow |
| struct | NormalizedHotKey |
| class | PTEventDecoder |
| struct | RawChainLog |
| class | RpcClient |
| class | SQLiteHotStore |
| struct | StreamDelta |
| struct | StreamPage |
| struct | StreamQuery |
Enumerations | |
| enum class | EventState : std::uint8_t { OBSERVED = 0 , SAFE = 1 , FINALIZED = 2 , REMOVED = 3 } |
| enum class | EventType : std::uint8_t { CONNECTOR_ADDED = 0 , TRANSFORMATION_ADDED = 1 , CONDITION_ADDED = 2 } |
Functions | |
| std::string | toString (EventState state) |
| std::string | toString (EventType type) |
| std::int64_t | reorgLookbackStart (std::int64_t next_from_block, std::size_t reorg_window_blocks) |
Variables | |
| constexpr std::string_view | CONNECTOR_ADDED_TYPE = "connector_added" |
| constexpr std::string_view | TRANSFORMATION_ADDED_TYPE = "transformation_added" |
| constexpr std::string_view | CONDITION_ADDED_TYPE = "condition_added" |
| constexpr std::string_view | OBSERVED_STATE = "observed" |
| constexpr std::string_view | SAFE_STATE = "safe" |
| constexpr std::string_view | FINALIZED_STATE = "finalized" |
| constexpr std::string_view | REMOVED_STATE = "removed" |
| constexpr std::size_t | DEFAULT_FEED_LIMIT = 100 |
| constexpr std::size_t | MAX_FEED_LIMIT = 256 |
| constexpr std::size_t | DEFAULT_STREAM_LIMIT = 500 |
| constexpr std::size_t | MAX_STREAM_LIMIT = 2048 |
| constexpr std::size_t | DEFAULT_PROJECT_BATCH_SIZE = 256 |
| constexpr int | CURRENT_PROJECTOR_VERSION = 1 |
|
strong |
|
strong |
| std::int64_t dcn::events::reorgLookbackStart | ( | std::int64_t | next_from_block, |
| std::size_t | reorg_window_blocks | ||
| ) |
| std::string dcn::events::toString | ( | EventState | state | ) |
| std::string dcn::events::toString | ( | EventType | type | ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |