Struct elasticsearch::nodes::Nodes[][src]

pub struct Nodes<'a> { /* fields omitted */ }

Namespace client for Nodes APIs

Implementations

impl<'a> Nodes<'a>[src]

pub fn new(transport: &'a Transport) -> Self[src]

Creates a new instance of Nodes

pub fn transport(&self) -> &Transport[src]

pub fn hot_threads<'b>(
    &'a self,
    parts: NodesHotThreadsParts<'b>
) -> NodesHotThreads<'a, 'b>
[src]

Nodes Hot Threads API

Returns information about hot threads on each node in the cluster.

pub fn info<'b>(&'a self, parts: NodesInfoParts<'b>) -> NodesInfo<'a, 'b>[src]

Nodes Info API

Returns information about nodes in the cluster.

pub fn reload_secure_settings<'b>(
    &'a self,
    parts: NodesReloadSecureSettingsParts<'b>
) -> NodesReloadSecureSettings<'a, 'b, ()>
[src]

Nodes Reload Secure Settings API

Reloads secure settings.

pub fn stats<'b>(&'a self, parts: NodesStatsParts<'b>) -> NodesStats<'a, 'b>[src]

Nodes Stats API

Returns statistical information about nodes in the cluster.

pub fn usage<'b>(&'a self, parts: NodesUsageParts<'b>) -> NodesUsage<'a, 'b>[src]

Nodes Usage API

Returns low-level information about REST actions usage on nodes.

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Nodes<'a>

impl<'a> Send for Nodes<'a>

impl<'a> Sync for Nodes<'a>

impl<'a> Unpin for Nodes<'a>

impl<'a> !UnwindSafe for Nodes<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.