Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetMergeOrdered ¶
type NetMergeOrdered struct{}
func (*NetMergeOrdered) InType ¶
func (n *NetMergeOrdered) InType() reflect.Type
func (*NetMergeOrdered) OutType ¶
func (n *NetMergeOrdered) OutType() reflect.Type
type NetRoundRobin ¶
type NetRoundRobin struct{}
func (*NetRoundRobin) InType ¶
func (n *NetRoundRobin) InType() reflect.Type
func (*NetRoundRobin) OutType ¶
func (n *NetRoundRobin) OutType() reflect.Type
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func JoinCluster ¶
func (*Node) GetNumPeers ¶
type Server ¶
type Server struct { ID uint16 Addr net.Addr Rand int64 Assigned chan bool // contains filtered or unexported fields }
func (*Server) NewReceiver ¶
func (server *Server) NewReceiver(handlerId uint16) *TCPReceiver
type TCPReceiver ¶
type TCPReceiver struct {
// contains filtered or unexported fields
}
func (*TCPReceiver) Close ¶
func (h *TCPReceiver) Close() error
func (*TCPReceiver) Elements ¶
func (h *TCPReceiver) Elements() <-chan *goconnect.Element
func (*TCPReceiver) ID ¶
func (h *TCPReceiver) ID() uint16
Click to show internal directories.
Click to hide internal directories.