cluster

package
v5.2.0-beta2+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2020 License: LGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPManager

type IPManager interface {
	//Whether the IP address belongs to the current node
	IPInCurrentHost(net.IP) bool
	Start() error
	//An IP pool change triggers a forced update of the gateway policy
	NeedUpdateGatewayPolicy() <-chan util.IPEVENT
	Stop()
}

IPManager ip manager Gets all available IP addresses for synchronizing the current node

func CreateIPManager

func CreateIPManager(ctx context.Context, config option.Config, etcdcli *clientv3.Client) (IPManager, error)

CreateIPManager create ip manage

type NodeManager

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

NodeManager node manager

func CreateNodeManager

func CreateNodeManager(ctx context.Context, config option.Config, etcdcli *clientv3.Client) (*NodeManager, error)

CreateNodeManager create node manager

func (*NodeManager) CheckPortAvailable

func (n *NodeManager) CheckPortAvailable(protocol string, ports ...uint32) bool

CheckPortAvailable checks whether the specified port is available

func (*NodeManager) IPManager

func (n *NodeManager) IPManager() IPManager

IPManager ip manager

func (*NodeManager) Start

func (n *NodeManager) Start() error

Start -

func (*NodeManager) Stop

func (n *NodeManager) Stop()

Stop -

Jump to

Keyboard shortcuts

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