clustermanager

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 9 Imported by: 0

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 Cluster

type Cluster struct {
	// contains filtered or unexported fields
}

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 Job

type Job struct {
	// contains filtered or unexported fields
}

type SubCluster

type SubCluster struct {
	// contains filtered or unexported fields
}

type SubClusterId

type SubClusterId struct {
	Cluster    string
	SubCluster string
}
type JobManagerId struct {
	DeviceType string
	JobId int64
}

func (SubClusterId) String

func (scid SubClusterId) String() string

Jump to

Keyboard shortcuts

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