consistenthash

package module
v0.0.0-...-1083b0a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

README

consistent-hash

A consistent hashing method implemented in go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hasher

type Hasher struct {
	VNC      int
	Circle   []int
	Bucket   map[int]string
	Capacity int
}

func New

func New() *Hasher

func (*Hasher) AddNode

func (ch *Hasher) AddNode(node string)

func (*Hasher) Lookup

func (ch *Hasher) Lookup(k string) (string, error)

func (*Hasher) RemoveNode

func (ch *Hasher) RemoveNode(node string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL