Skip to main content
default_reader selects the canonical journal and supported historical readers. Reading and replay are observation operations, not execution or recovery. Export with REDACTED_PUBLIC explicitly declares loss; reimporting the same count of records is not a raw-data equivalence proof. StoreTrajectoryReader.from_journal and the existing file/default adapters expose read_page(query, cursor=None). page.records, page.next_cursor and page.watermark describe one fixed snapshot. Warm pages hash all snapshot bytes but decode only addressed frames; a temporary disk index and bounded caches avoid retaining the full history. Old complete reads and re-import remain materializing. export_file stages and atomically replaces a canonical JSON file only after final verification; failure preserves existing output. The qit/qita command reference documents exact CLI usage and exit behavior. 完整可运行教程 / Complete tutorial · API index Signatures and fields below are extracted from the pinned source. Signatures are reference material, not standalone programs. Source links bind the same runtime baseline. Any does not imply arbitrary objects are supported; use the behavioral contract above and the linked tutorial. Continuous iter_records and file export validate the full snapshot at the start and end, and each addressed frame during traversal. Iterator values are partial until exhaustion; early close releases resources but does not establish a completed traversal. File output is published only after final validation. Independent read_page calls retain full-history verification on every page.

ExchangeLog

Source @ f7d4b2d Usage and executable example Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.

ExchangeLog.from_dict

Source

ExchangeLog.declared_calls

Source

ExchangeLog.results_for_batch

Source

ExchangeLog.results_for_batch_in_declaration_order

Source

ExchangeLog.open_batch_id

Source

JournalTrajectoryStore

Source @ f7d4b2d Usage and executable example Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.

JournalTrajectoryStore.read_session

Source

default_reader

Source @ f7d4b2d Usage and executable example Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.

CanonicalTrajectoryExporter

Source @ f7d4b2d Usage and executable example Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.

CanonicalTrajectoryExporter.export

Source

CanonicalTrajectoryExporter.export_file

Source

CanonicalTrajectoryExporter.reimport

Source

PrivacyView

Source @ f7d4b2d Usage and executable example Usage fragment: continues with objects from the linked complete tutorial; not a standalone program.

StoreTrajectoryReader

Source @ f7d4b2d Usage and executable example

StoreTrajectoryReader.from_journal

Source

StoreTrajectoryReader.read_page

Source

StoreTrajectoryReader.close

Source

TrajectoryCursor

Source @ f7d4b2d Usage and executable example

TrajectoryPage

Source @ f7d4b2d Usage and executable example

BoundedReadUnsupported

Source @ f7d4b2d Usage and executable example

CursorRejected

Source @ f7d4b2d Usage and executable example

iter_records

Source @ f7d4b2d Usage and executable example

read_page

Source @ f7d4b2d Usage and executable example

TrajectoryQuery

Source @ f7d4b2d Usage and executable example

LossReport

Source @ f7d4b2d Usage and executable example

LossReport.from_dict

Source

ExportArtifact

Source @ f7d4b2d Usage and executable example

FileExportReceipt

Source @ f7d4b2d Usage and executable example