Struct elastic::client::requests::endpoints::NodesStatsRequest []

pub struct NodesStatsRequest<'a> {
    pub url: Url<'a>,
}

Get: /_nodes/stats

Elasticsearch Documentation

Fields

Methods

impl<'a> NodesStatsRequest<'a>

Request to: /_nodes/stats

Request to: /_nodes/stats/{metric}

Request to: /_nodes/stats/{metric}/{index_metric}

Request to: /_nodes/{node_id}/stats

Request to: /_nodes/{node_id}/stats/{metric}

Request to: /_nodes/{node_id}/stats/{metric}/{index_metric}

Trait Implementations

impl<'a> Into<HttpRequest<'a, &'static [u8]>> for NodesStatsRequest<'a>

Performs the conversion.

impl<'a> PartialEq<NodesStatsRequest<'a>> for NodesStatsRequest<'a>

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for NodesStatsRequest<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for NodesStatsRequest<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for NodesStatsRequest<'a>

impl<'a> Sync for NodesStatsRequest<'a>