You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

loadPriority.go 256 B

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12345678910111213141516
  1. package strategy
  2. type LoadPriority struct {
  3. replicas int32
  4. Clusters []*CLusterLoad
  5. }
  6. type CLusterLoad struct {
  7. ClusterId string
  8. TaskRunningNum int64
  9. TaskPredictedNum int64
  10. }
  11. func NewLoadPriority() *LoadPriority {
  12. return &LoadPriority{}
  13. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.