cluster

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouterChain

func NewRouterChain(url common.URL)

Types

type Cluster

type Cluster interface {
	Join(Directory) protocol.Invoker
}

type Directory

type Directory interface {
	common.Node
	List(invocation protocol.Invocation) []protocol.Invoker
}

Extension - Directory

type LoadBalance

type LoadBalance interface {
	Select([]protocol.Invoker, protocol.Invocation) protocol.Invoker
}

Extension - LoadBalance

type Router

type Router interface {
	Route([]protocol.Invoker, common.URL, protocol.Invocation) []protocol.Invoker
}

type RouterChain

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

type RouterFactory

type RouterFactory interface {
	Router(*common.URL) (Router, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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