Documentation
¶
Overview ¶
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. This file is part of cc-energy-manager. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterManager ¶
type ClusterManager interface {
AddInput(input chan lp.CCMessage)
AddOutput(output chan lp.CCMessage)
Start()
Close()
}
func NewClusterManager ¶
func NewClusterManager(ctrl controller.Controller, config json.RawMessage) (ClusterManager, error)
type SubCluster ¶
type SubCluster struct {
// contains filtered or unexported fields
}
type SubClusterId ¶
type JobManagerId struct {
DeviceType string
JobId int64
}
func (SubClusterId) String ¶
func (scid SubClusterId) String() string
Click to show internal directories.
Click to hide internal directories.