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

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

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.

Creates a new bucket object
Returns the string label for this bucket
Returns the weight of this bucket