descendalloc

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0, MIT, Apache-2.0, + 1 more Imports: 6 Imported by: 0

Documentation

Overview

Package descendalloc implements an ipfscluster.PinAllocator returns allocations based on sorting the metrics in descending order. Thus, peers with largest metrics are first in the list. This allocator can be used with a number of informers, as long as they provide a numeric metric value.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DescendAllocator

type DescendAllocator struct{}

DescendAllocator extends the SimpleAllocator

func NewAllocator

func NewAllocator() DescendAllocator

NewAllocator returns an initialized DescendAllocator

func (DescendAllocator) Allocate

func (alloc DescendAllocator) Allocate(ctx context.Context, c cid.Cid, current, candidates, priority map[peer.ID]*api.Metric) ([]peer.ID, error)

Allocate returns where to allocate a pin request based on metrics which carry a numeric value such as "used disk". We do not pay attention to the metrics of the currently allocated peers and we just sort the candidates based on their metric values (largest to smallest).

func (DescendAllocator) SetClient

func (alloc DescendAllocator) SetClient(c *rpc.Client)

SetClient does nothing in this allocator

func (DescendAllocator) Shutdown

func (alloc DescendAllocator) Shutdown(_ context.Context) error

Shutdown does nothing in this allocator

Jump to

Keyboard shortcuts

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