Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rendezvous ¶
type Rendezvous struct {
// contains filtered or unexported fields
}
func New ¶
func New(nodes []string, hash Hasher) *Rendezvous
func (*Rendezvous) Add ¶
func (r *Rendezvous) Add(node string)
func (*Rendezvous) Lookup ¶
func (r *Rendezvous) Lookup(k string) string
func (*Rendezvous) Remove ¶
func (r *Rendezvous) Remove(node string)
Click to show internal directories.
Click to hide internal directories.