Crate byteor_pipeline_plan

Crate byteor_pipeline_plan 

Source
Expand description

Model-neutral planning types for ByteOr pipeline authoring.

Structs§

LaneGraphAuthoringV2
Full-parity LaneGraph authoring payload.
PipelinePlanV2
Full-parity pipeline authoring document.
PlanBoundary
Boundary definition in a plan document.
PlanConnection
A model-neutral plan connection.
PlanConstraintSet
Lowering constraints attached to a plan.
PlanStage
Stage definition in a plan document.
PlanValidationDiagnosticV2
Structured validation diagnostic for the full-parity source contract.
SingleRingAuthoringV2
Full-parity SingleRing authoring payload.
SingleRingConstraintSetV2
SingleRing-specific authoring constraints for the full-parity source contract.
SingleRingStagePlanV2
One authored SingleRing stage instance in the full-parity source contract.

Enums§

ExecutionTargetV1
Author-selected lowering target.
LaneIntent
Model-neutral connection intent.
OnFullV1
Backpressure policy when a lane is full.
OrderingV1
Ordering semantics for a pipeline edge/lane.
PipelinePlanSourceV2
Target-specific authoring payload for the full-parity source contract.
PlanBoundaryKind
Authoring boundary direction.
PlanConnectionDestination
Destination endpoint of a plan connection.
PlanConnectionSource
Source endpoint of a plan connection.
ShardKeyV1
Deterministic shard-key extraction for PerKey sharding.
SingleRingProducerV1
Producer model requested for a SingleRing pipeline.
SingleRingSchedulingV1
Scheduling/consumption model requested for a SingleRing pipeline.

Constants§

FANOUT_V1_MAX_CONSUMERS
Maximum fanout width supported by the v1 SHM-backed pipeline runtime.
SEQUENCED_SLOTS_V1_GATING
SequencedSlots v1 gating constant.

Functions§

validate_plan_v2
Validate the full-parity authoring document and return all discovered diagnostics.