Group
Extension

Matches 1

ShardedKV-Continuum-CHash ( S/SM/SMUELLER/ShardedKV-Continuum-CHash-0.01.tar.gz, SMUELLER, 2013; MetaCPAN )
ShardedKV-Continuum-CHash/lib/ShardedKV/Continuum/CHash.pm ( view source; MetaCPAN )
ased on Algorithm::ConsistentHash::CHash
use Algorithm::ConsistentHash::CHash;
use JSON::XS qw(encode_json decode_json);

with 'ShardedKV::Continuum';

has '_orig_continuum_spec' => (
  is => 'ro',
);
 lose the logger!") if $logger;
  encode_json( $self->_orig_continuum_spec )
}

sub deserialize {
  my $class = shift;
  return $class->new(from => decode_json( $_[1] ));
}

sub clone {
  my $self = s

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.