List of all items
Structs
- atomic::AtomicOpDecl
- atomic::AtomicOpsetDecl
- bus::OpError
- bus::TypedBus
- completion::CompletionHandle
- component::ConstructError
- component::DependencyDecl
- concrete::ComponentHandle
- concrete::ConstructError
- concrete::DependencyDecl
- contracts::backend::BackendAttrs
- contracts::bootstrap::BootstrapCtx
- engine::bootstrap::BootstrapRequest
- engine::bootstrap::ComponentBootstrap
- engine::bootstrap::InFlightBootstrap
- engine::bootstrap::ModuleBootstrap
- engine::bootstrap::OwnedBootstrapRequest
- engine::bootstrap::QueuedBootstrap
- engine::bootstrap::ReadyBootstrap
- engine::call_context::CallContext
- engine::core::BudgetExceededReason
- engine::core::Engine
- engine::core::EngineStats
- engine::graph_slot::GraphSlot
- engine::invoke::RoleDispatcher
- engine::pending_async::ExecutionState
- engine::pending_async::PendingAsync
- envelope::EnvelopeCaps
- envelope::EnvelopeCodec
- envelope::SlotFill
- envelope::WireCorrelation
- envelope::WireEnvelope
- exec_state::ExecState
- exec_state::IdAllocator
- fallible::testing::FailOnce
- framework::FrameworkComponents
- framework::InboundContext
- framework::address_book::Address
- framework::address_book::AddressBook
- framework::backoff_table::BackoffState
- framework::backoff_table::BackoffTable
- framework::backpressure_notice::BackoffNoticePayload
- framework::backpressure_tracker::BackpressureEntry
- framework::backpressure_tracker::BackpressureTracker
- framework::event_source::EventSource
- framework::hold_table::HoldTable
- framework::inbound_dedup::InboundDedup
- framework::outbound_queue::OutboundQueue
- framework::peer_gate::PeerGate
- framework::peer_governor::PeerGovernor
- framework::peer_governor::PeerHealth
- framework::peer_state::PeerState
- framework::record_buffer::RecordBuffer
- framework::request_tracker::InFlightSend
- framework::request_tracker::RequestTracker
- framework::request_tracker::RoundTripSample
- framework::rng::CounterRng
- framework::rng::GetrandomU64
- framework::rtt_tracker::ChainContext
- framework::rtt_tracker::EdgeKey
- framework::rtt_tracker::PhiAccrualState
- framework::rtt_tracker::RttEma
- framework::rtt_tracker::RttTracker
- framework::rtt_tracker::RttTrackerEntry
- framework::scheduler::Scheduler
- framework::serialize_queue::SerializeQueue
- ids::CommandId
- ids::ComponentRef
- ids::ComponentTag
- ids::ExecId
- ids::NodeSiteId
- ids::OpRef
- ids::OpsetId
- ids::PeerId
- ids::RequestId
- ingress::IngressQueue
- ingress::IngressQueueRef
- node::Node
- node::config::NodeConfig
- node::derivation::GenericSlotSpec
- registry::BootstrapDispatcherRegistration
- registry::ComponentRoleBinding
- registry::ConcreteComponentRegistration
- registry::DependencyDecl
- registry::DispatcherRegistration
- registry::OpRegistration
- registry::StorageTypeEntry
- runtime::ComponentTimerKind
- runtime::ComponentsView
- runtime::CurrentCallCtx
- runtime::InboundCtx
- runtime::NetCtx
- runtime::PeerCtx
- runtime::PendingCompletion
- runtime::RuntimeResourceRef
- runtime::SyscallCtx
- runtime::TimeCtx
- slot_value::BackendMaterializeError
- slot_value::BackendTensorCarrier
- slot_value::ChargedBytesBinding
- slot_value::RuntimeTypeBinding
- slot_value::WireDecoderBinding
- snapshot::NamedComponentSnapshot
- snapshot::NamedGraphSnapshot
- snapshot::NodeConfigSnapshot
- snapshot::NodeSnapshot
- snapshot::transient::AddressBookEntrySnapshot
- snapshot::transient::BackoffEntry
- snapshot::transient::ExecutionStateSnapshot
- snapshot::transient::FrameworkSnapshot
- snapshot::transient::PeerGovernorSnapshot
- snapshot::transient::PendingAsyncSnapshot
- snapshot::transient::PendingCompletionSnapshot
- snapshot::transient::PendingOutboundEntry
- snapshot::transient::TransientSnapshot
- snapshot::transient::TypedBusSnapshot
- syscall::values::AddressValue
- syscall::values::AddressVecValue
- syscall::values::BytesValue
- syscall::values::CommandIdValue
- syscall::values::CompositeValue
- syscall::values::CorrelationTokenValue
- syscall::values::PeerIdValue
- syscall::values::PeerIdVecValue
- syscall::values::TimestampValue
- syscall::values::TriggerValue
- syscall::values::U64Value
- syscall::values::WireReqIdValue
- telemetry::otel::InstallError
Enums
- atomic::AtomicOpKind
- atomic::DispatchResult
- bus::AllocFailReason
- bus::AppEvent
- bus::AppEventError
- bus::AppIngressErrorKind
- bus::AppIngressSource
- bus::InfraEvent
- bus::NodeEvent
- bus::OpErrorKind
- bus::WireReceiveErrorKind
- completion::ContractResponse
- component::ComponentPackage
- component::RestoreError
- concrete::ComponentPackage
- concrete::RestoreError
- contracts::backend_default_walk::BackendWalkError
- contracts::peer_selector::SelectParams
- engine::bootstrap::BootstrapKind
- engine::bootstrap::BootstrapStatus
- engine::dispatch_entry::OpDispatch
- engine::step::EngineStep
- envelope::CorrelationKind
- envelope::EnvelopeDecodeError
- errors::bootstrap::BootstrapError
- errors::delivery::DeliveryError
- errors::restore::RestoreError
- errors::snapshot::SnapshotError
- framework::address_book::AddressBookError
- framework::address_book::AddressError
- framework::address_book::Protocol
- framework::backpressure_notice::BackoffCauseWire
- framework::backpressure_tracker::BackoffCause
- framework::backpressure_tracker::Decision
- framework::peer_governor::BlockReason
- framework::peer_governor::Decision
- framework::peer_governor::LifecycleTransition
- framework::rtt_tracker::PhiState
- framework::rtt_tracker::PhiTransition
- framework::scheduler::TimerKind
- ingress::IngressEvent
- node::BootstrapTarget
- registry::ComponentRole
- registry::RegistrationKind
- runtime::DependencyError
- slot_value::SlotValueError
- snapshot::transient::IngressEventSnapshot
Traits
- completion::CompletionSink
- component::AnyComponent
- component::ErasedComponent
- concrete::ConcreteComponent
- contracts::aggregator::Aggregator
- contracts::backend::Backend
- contracts::bootstrap::Bootstrap
- contracts::codec::Codec
- contracts::data_source::DataSource
- contracts::index::Index
- contracts::model::Model
- contracts::peer_selector::PeerSelector
- framework::rng::RngU64Source
- roles::aggregator::AggregatorRuntime
- roles::backend::BackendRuntime
- roles::codec::CodecRuntime
- roles::data_source::DataSourceRuntime
- roles::index::IndexRuntime
- roles::model::ModelRuntime
- roles::peer_selector::PeerSelectorRuntime
- roles::protocol::ProtocolRuntime
- slot_value::SlotValue
Functions
- contracts::backend_default_walk::execute_graph_via_per_op
- contracts::backend_default_walk::execute_multi
- contracts::backend_default_walk::execute_single
- contracts::backend_default_walk::int_attr
- contracts::backend_default_walk::ints_attr
- contracts::backend_default_walk::tensor_attr
- engine::invoke::make_aggregator_dispatcher
- engine::invoke::make_backend_dispatcher
- engine::invoke::make_bootstrap_dispatcher
- engine::invoke::make_codec_dispatcher
- engine::invoke::make_data_source_dispatcher
- engine::invoke::make_index_dispatcher
- engine::invoke::make_model_dispatcher
- engine::invoke::make_peer_selector_dispatcher
- engine::invoke::make_protocol_dispatcher
- engine::invoke::no_materialize
- fallible::testing::arm_fault
- fallible::testing::synthetic_err
- framework::backpressure_notice::backoff_notice_type_hash
- framework::backpressure_notice::build_backoff_notice_envelope
- framework::rtt_tracker::chain_id_from_targets
- node::derivation::derive_generic_slots
- node::derivation::derive_partition_name
- registry::bootstrap_dispatcher_for
- registry::concrete_components
- registry::dispatcher_for
- registry::find_concrete_component
- registry::find_op
- registry::framework_syscalls
- registry::iter_storage_types
- registry::lookup_storage_type
- registry::ops
- registry::roles_for_component
- slot_value::charged_bytes_registry
- slot_value::fnv1a_64
- slot_value::runtime_type_registry
- slot_value::type_hash_of
- slot_value::wire_decoder_registry
- telemetry::otel::install_otlp_layer
Type Aliases
- component::ConstructFn
- component::RestoreFn
- component::SerializeFn
- concrete::ConstructFn
- concrete::RestoreFn
- concrete::SerializeFn
- engine::dispatch_entry::FunctionKey
- engine::dispatch_entry::StatelessInvokeFn
- engine::invoke::BackendMaterializeFn
- engine::invoke::BootstrapDispatchFn
- engine::invoke::ProtocolDispatchFn
- framework::address_book::Multiaddress
- framework::rtt_tracker::ChainId
- node::TelemetryTap
- registry::OpInvokeFn
- slot_value::ChargedBytesFn
- slot_value::WireDecodeFn
Constants
- envelope::ENVELOPE_SCHEMA_VERSION
- envelope::SUPPORTED_SCHEMA_VERSIONS
- framework::address_book::DEFAULT_ADDRESS_BOOK_CAP
- framework::backoff_table::DEFAULT_BASE_NS
- framework::backoff_table::DEFAULT_MAX_DELAY_NS
- framework::backpressure_notice::BACKPRESSURE_DOMAIN
- framework::backpressure_tracker::DEFAULT_HIGH_WATER_PCT
- framework::backpressure_tracker::DEFAULT_K_BEFORE_SILENT
- framework::backpressure_tracker::DEFAULT_MIN_NOTICE_INTERVAL_NS
- framework::inbound_dedup::DEFAULT_WINDOW_SIZE
- framework::peer_governor::DEFAULT_FAILURE_THRESHOLD
- framework::scheduler::DEFAULT_TIMER_HEAP_CAP
- ingress::COMPLETION_DETAIL_CAP
- ingress::DEFAULT_INGRESS_CAPACITY
- node::config::DEFAULT_BUS_CAPACITY
- node::config::DEFAULT_CYCLE_OP_BUDGET
- node::config::DEFAULT_INGRESS_BYTE_BUDGET
- node::config::DEFAULT_MAX_APP_EVENT_BYTES
- node::config::DEFAULT_MAX_COMPLETION_RESULT_BYTES
- node::config::DEFAULT_MAX_INVOKE_BYTES
- node::config::DEFAULT_MAX_INVOKE_INPUTS
- node::config::DEFAULT_MAX_OUTBOUND_QUEUE
- node::config::DEFAULT_MAX_PENDING_ASYNC
- node::config::DEFAULT_PER_HOP_BUDGET_NS
- node::config::EDGE_INGRESS_BYTE_BUDGET
- node::config::EDGE_MAX_APP_EVENT_BYTES
- node::config::EDGE_MAX_COMPLETION_RESULT_BYTES
- node::config::EDGE_MAX_INVOKE_BYTES
- node::config::EDGE_MAX_INVOKE_INPUTS
- snapshot::transient::CURRENT_SNAPSHOT_SPEC_VERSION