NAME
Data::AnyXfer::Elastic::Nodes - Elasticsearch Nodes
DESCRIPTION
This module provides methods to make node-level requests, such as retrieving
node info and stats.
Wraps methods from Search::Elasticsearch::Client::Direct::Nodes for
purposes.
SYNOPSIS
use Data::AnyXfer::Elastic::Nodes;
my $cluster = Data::AnyXfer::Elastic::Nodes->new();
Methods are imported from:
See: L<Search::Elasticsearch::Client::Direct::Nodes>
COPYRIGHT
This software is copyright (c) 2019, Anthony Lucas.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.