Classes | |
| struct | ChainBlockInfo |
| struct | ChangeRecord |
| struct | DecodedEvent |
| struct | EventKey |
| struct | EventKeyHash |
| class | EventRuntime |
| struct | EventRuntimeConfig |
| struct | EventShardId |
| struct | FinalityHeights |
| struct | FinalityState |
| class | IChainEventSource |
| class | IEmittedLogSource |
| class | IEventDecoder |
| class | IEventProjector |
| class | IEventShardRouter |
| class | IEventSink |
| class | IHotEventStore |
| struct | IngestResumeState |
| class | LocalEvmSource |
| class | MonthlyEventShardRouter |
| struct | ProjectorRetryConfig |
| class | PTEventDecoder |
| struct | RawChainLog |
| struct | SourcePoll |
| class | SQLiteHotStore |
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::string_view | FEED_PROJECTOR_ID = "feed" |
| constexpr std::string_view | REGISTRY_PROJECTOR_ID = "registry" |
| constexpr int | FEED_DEAD_LETTER_BIT = 1 << 0 |
| constexpr int | REGISTRY_DEAD_LETTER_BIT = 1 << 1 |
| constexpr std::size_t | DEFAULT_PROJECT_BATCH_SIZE = 256 |
| constexpr const char * | CHANGE_RECORD_COLUMNS |
|
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 |