Documentation
¶
Index ¶
Constants ¶
View Source
const ( MIN_PORT = 8000 MAX_PORT = 8100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coordinator ¶
type Coordinator struct {
Name string
// contains filtered or unexported fields
}
Coordinator is responsible for accepting tasks from clients, scheduling tasks for workers to execute and for exposing the cluster's state to the outside world.
func NewCoordinator ¶
func NewCoordinator(cfg Config) (*Coordinator, error)
func (*Coordinator) Start ¶
func (c *Coordinator) Start() error
func (*Coordinator) Stop ¶
func (c *Coordinator) Stop() error
Click to show internal directories.
Click to hide internal directories.