Data-AnyXfer
view release on metacpan or search on metacpan
lib/Data/AnyXfer/Elastic/Snapshot.pm view on Meta::CPAN
extends 'Data::AnyXfer::Elastic';
with 'Data::AnyXfer::Elastic::Role::Wrapper';
=head1 NAME
Data::AnyXfer::Elastic::Cluster - Elasticsearch Cluster
=head1 DESCRIPTION
This module provides methods to manage snapshot/restore, or backups. It can
create, get and delete configured backup repositories, and create, get, delete
and restore snapshots of your cluster or indices.
Wraps methods from Search::Elasticsearch::Client::Direct::Snapshot for
purposes.
=head1 SYNOPSIS
use Data::AnyXfer::Elastic::Snapshot;
my $snapshot = Data::AnyXfer::Elastic::Snapshot->new();
( run in 1.155 second using v1.01-cache-2.11-cpan-49f99fa48dc )