Struct metrix::processor::ProcessorMount[][src]

pub struct ProcessorMount { /* fields omitted */ }

A building block for grouping

Methods

impl ProcessorMount
[src]

Creates a new instance.

Even though a name is optional having one is the default since this struct is mostly used to group other components.

Returns the name

Sets the name of this ProcessorMount

Sets the maximum amount of time this processor may be inactive until no more snapshots are taken

Returns the processors in this ProcessorMount

Returns the snapshooters of this ProcessorMount

Trait Implementations

impl Default for ProcessorMount
[src]

Returns the "default value" for a type. Read more

impl AggregatesProcessors for ProcessorMount
[src]

Add a processor.

Add a snapshooter.

impl ProcessesTelemetryMessages for ProcessorMount
[src]

Receive and handle pending operations

impl PutsSnapshot for ProcessorMount
[src]

Puts the current snapshot values into the given Snapshot thereby following the guidelines of PutsSnapshot. Read more

impl Descriptive for ProcessorMount
[src]

Auto Trait Implementations