The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Algorithm::ConsistentHash::Ketama::Bucket - A Bucket Object

SYNOPSIS

    my @buckets = $ketama->buckets;

    my $bucket = shift @buckets;
    $bucket->label;
    $bucket->weight;

DESCRIPTION

This class simply represents a bucket in Algorithm::ConsistentnHash::Ketama. There are no interface to add a bucket using this object. This class is just a utility to represent this data.

METHODS

new

Creates a new bucket object

label

Returns the string label for this bucket

weight

Returns the weight of this bucket