The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Etcd::Maintenance

SYNOPSIS

    # defrag member's backend database
    $defrag = $etcd->maintenance()->defragment;

    # check status
    $status = $etcd->maintenance()->status;

    # member version
    $status = $etcd->version;

DESCRIPTION

Provides support for maintenance related actions.

ACCESSORS

endpoint

PUBLIC METHODS

snapshot

Snapshot sends a snapshot of the entire backend from a member over a stream to a client.

status

Status gets the status of the member.

defragment

Defragment defragments a member's backend database to recover storage space.

version

Returns the member version.