Module rill_protocol::flow::data [−][src]
Expand description
Data Flows consists of three types of elements:
Flow- immutable parameters of a data flow. Flow is serialized and transferred with a description.State- mutable snapshot that contains all applied deltas and events. It sent serialized on the beggining of Push mode or periodically in Push mode.Event- immutable separate change that has to be applied to theState.
Re-exports
pub use counter::CounterState; | |
pub use dict::DictState; | |
pub use gauge::GaugeState; | |
pub use histogram::HistogramState; | |
pub use logger::LoggerState; | |
pub use pulse::PulseState; | |
pub use table::TableState; |
Modules
| counter | |
| dict | |
| gauge | |
| histogram | |
| logger | |
| pulse | |
| table |