pslice

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PSlice

type PSlice struct {
	// contains filtered or unexported fields
}

PSlice maintains a list of addresses, indexing them by their different proximity orders.

func New

func New(maxBins int, base boson.Address) *PSlice

New creates a new PSlice.

func (*PSlice) Add

func (s *PSlice) Add(addrs ...boson.Address)

Add a peer at a certain PO.

func (*PSlice) BinPeers

func (s *PSlice) BinPeers(bin uint8) []boson.Address

func (*PSlice) BinSize

func (s *PSlice) BinSize(bin uint8) int

func (*PSlice) EachBin

func (s *PSlice) EachBin(pf model.EachPeerFunc) error

iterates over all peers from deepest bin to shallowest.

func (*PSlice) EachBinRev

func (s *PSlice) EachBinRev(pf model.EachPeerFunc) error

EachBinRev iterates over all peers from shallowest bin to deepest.

func (*PSlice) Exists

func (s *PSlice) Exists(addr boson.Address) bool

Exists checks if a peer exists.

func (*PSlice) Length

func (s *PSlice) Length() int

Length returns the number of peers in the Pslice.

func (*PSlice) Remove

func (s *PSlice) Remove(addr boson.Address)

Remove a peer at a certain PO.

func (*PSlice) ShallowestEmpty

func (s *PSlice) ShallowestEmpty() (uint8, bool)

ShallowestEmpty returns the shallowest empty bin if one exists. If such bin does not exists, returns true as bool value.

Jump to

Keyboard shortcuts

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