Skip to main content

Module node

Module node 

Source
Expand description

The transactor as a process: multi-database state, durable naming, lease acquisition/renewal, background indexing, and tx-report fan-out.

Structs§

DbState
Per-database state hosted by a node.
NodeConfig
Node process configuration.
TransactorNode
A running transactor node hosting every database under one data directory.

Enums§

NodeError
Node operation failure.

Traits§

TxFnExpander
Expands user database-function invocations in boundary EDN transaction forms before native conversion. Implemented by corium-cljrs (the sandboxed Clojurust host, ADR-0008) and injected by the process wiring; the transactor itself stays free of cljrs dependencies.