Module strymon_coordinator::catalog [] [src]

The catalog contains meta-data about the current state of the system.

It can be queried by jobs and external entities using the CatalogRPC interface, which is exposed by by the Service. Incoming catalog requests are processed by the Catalog::request method. The other public methods are for use in the Coordinator implementation.

Structs

Catalog

A representation of the current catalog state.

Executors

An iterator over all the executors of the catalog.

Service

The service for the catalog.