Home
last modified time | relevance | path

Searched refs:ConsistentHash (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/sccache/sccache-0.2.15/cargo-crates/conhash-0.4.0/src/
H A Dconhash.rs21 pub struct ConsistentHash<N: Node> { struct
27 impl<N: Node> ConsistentHash<N> { argument
29 pub fn new() -> ConsistentHash<N> { in new()
30 ConsistentHash::with_hash(default_md5_hash_fn) in new()
34 pub fn with_hash(hash_fn: fn(&[u8]) -> Vec<u8>) -> ConsistentHash<N> { in with_hash()
35 ConsistentHash { in with_hash()
160 use super::ConsistentHash;
200 let mut ch = ConsistentHash::new(); in test_basic()
H A Dlib.rs18 pub use conhash::ConsistentHash;
/dports/devel/p5-Set-ConsistentHash/Set-ConsistentHash-0.92/t/
H A D10-all.t5 use Set::ConsistentHash;
9 my $set = Set::ConsistentHash->new;
16 my $set2 = Set::ConsistentHash->new;
68 package Set::ConsistentHash;
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A DConsistentHash.h16 class ConsistentHash {
18 virtual ~ConsistentHash() { in ~ConsistentHash()
H A DRendezvousHash.h23 class RendezvousHash : public ConsistentHash {
/dports/devel/sccache/sccache-0.2.15/cargo-crates/conhash-0.4.0/
H A DREADME.md19 use conhash::{ConsistentHash, Node};
57 let mut ch = ConsistentHash::new();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/cache/
H A Dmemcached_client.go75 ConsistentHash bool `yaml:"consistent_hash"` member
89 …f.BoolVar(&cfg.ConsistentHash, prefix+"memcached.consistent-hash", true, description+"Use consiste…
100 if cfg.ConsistentHash {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/cache/
H A Dmemcached_client.go75 ConsistentHash bool `yaml:"consistent_hash"` member
89 …f.BoolVar(&cfg.ConsistentHash, prefix+"memcached.consistent-hash", true, description+"Use consiste…
100 if cfg.ConsistentHash {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/cache/
H A Dmemcached_client.go75 ConsistentHash bool `yaml:"consistent_hash"` member
89 …f.BoolVar(&cfg.ConsistentHash, prefix+"memcached.consistent-hash", true, description+"Use consiste…
100 if cfg.ConsistentHash {
/dports/devel/p5-Set-ConsistentHash/Set-ConsistentHash-0.92/
H A DMANIFEST1 lib/Set/ConsistentHash.pm
H A DMETA.yml2 name: Set-ConsistentHash
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
214 hash ConsistentHash
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-redis/redis/v8/
H A Dring.go27 type ConsistentHash interface { interface
39 func newRendezvous(shards []string) ConsistentHash {
63 NewConsistentHash func(shards []string) ConsistentHash
215 hash ConsistentHash
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-redis/redis/v8/
H A Dring.go27 type ConsistentHash interface { interface
39 func newRendezvous(shards []string) ConsistentHash {
63 NewConsistentHash func(shards []string) ConsistentHash
215 hash ConsistentHash
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/
H A Dring.go27 type ConsistentHash interface { interface
39 func newRendezvous(shards []string) ConsistentHash {
63 NewConsistentHash func(shards []string) ConsistentHash
211 hash ConsistentHash
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-redis/redis/v8/
H A Dring.go26 type ConsistentHash interface { interface
38 func newRendezvous(shards []string) ConsistentHash {
62 NewConsistentHash func(shards []string) ConsistentHash
210 hash ConsistentHash
/dports/devel/sccache/sccache-0.2.15/cargo-crates/memcached-rs-0.4.2/src/client/
H A Dmod.rs20 use conhash::{ConsistentHash, Node};
128 servers: ConsistentHash<ServerRef>,
164 let mut servers = ConsistentHash::new(); in conn()
/dports/devel/p5-Set-ConsistentHash/Set-ConsistentHash-0.92/lib/Set/
H A DConsistentHash.pm1 package Set::ConsistentHash;
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DMakefile.am59 ConsistentHash.cc \
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/route/
H A Droute_test.go338 ConsistentHash: &networking.LoadBalancerSettings_ConsistentHashLB{
393 ConsistentHash: &networking.LoadBalancerSettings_ConsistentHashLB{
682 ConsistentHash: &networking.LoadBalancerSettings_ConsistentHashLB{
1298 ConsistentHash: &networking.LoadBalancerSettings_ConsistentHashLB{

12345