executor

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExecutorInfo

func GetExecutorInfo() interface{}

Types

type Manager

type Manager struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Manager for scheduler task executor

func GetManager

func GetManager() *Manager

func (*Manager) Get

func (m *Manager) Get(name types.Name) (types.TaskExecutor, error)

func (*Manager) GetCluster

func (m *Manager) GetCluster(clusterName string) (apistructs.ClusterInfo, error)

func (*Manager) Initialize

func (m *Manager) Initialize() error

func (*Manager) TryGetExecutor

func (m *Manager) TryGetExecutor(name types.Name, cluster apistructs.ClusterInfo) (bool, types.TaskExecutor, error)

TryGetExecutor if can`t get executor, manager try to make new executor by cluster info and return new executor

Directories

Path Synopsis
plugins

Jump to

Keyboard shortcuts

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