Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { Mode *NodeMode Options *Options Name string // Register *register.Register Register *Register Scheduler *scheduler.Scheduler StatusManager *manager_status.Manager // contains filtered or unexported fields }
Node represents a node instance Running pipeline, reporting status, etc. if it becomes the master node, it will run tasks such as scheduling pipeline, monitoring, event management, etc
func (*Node) CompleteClose ¶
func (n *Node) CompleteClose()
type Register ¶
type Register struct {
// contains filtered or unexported fields
}
func (*Register) CompleteClose ¶
func (r *Register) CompleteClose()
Click to show internal directories.
Click to hide internal directories.