balancer

package
v0.0.0-...-44dad58 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler interface {
	// Next find the next selected item.
	Next() string
	// Add adds the new item to selection pool.
	Add(id string, weight int)
	// Remove remove an item from pool.
	Remove(id string)
	// Clear remove all of the items and reset the scheduler state.
	Clear()
}

Scheduler performs load balancer algorithm.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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