//
pkg.gl
Category
github.com/TeaOSLab/EdgeCommon
pkg
serverconfigs
schedulingconfigs
package
1.3.9
Repository:
https://github.com/teaoslab/edgecommon.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
12
Files
338 SLOC
#
Functions
AllSchedulingTypes
AllSchedulingTypes 所有请求类型.
FindSchedulingType
No description provided by the author
#
Structs
HashScheduling
HashScheduling Hash调度算法.
RandomScheduling
RandomScheduling 随机调度算法.
RoundRobinScheduling
RoundRobinScheduling 轮询调度算法.
Scheduling
Scheduling 调度算法基础类.
StickyScheduling
StickyScheduling Sticky调度算法.
#
Interfaces
CandidateInterface
CandidateInterface 候选对象接口.
SchedulingInterface
SchedulingInterface 调度算法接口.