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.

strategy.go 183 B

1234567891011
  1. package strategy
  2. type Strategy interface {
  3. Schedule() ([]*AssignedCluster, error)
  4. }
  5. type AssignedCluster struct {
  6. ParticipantId int64
  7. Name string
  8. Replicas int32
  9. }

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.