itx

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 29 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartServer added in v0.4.0

func StartServer(ctx context.Context, svr *Server, probeSvr *probe.Server, cfg config.Config)

StartServer starts a node server

Types

type HeartbeatHandler added in v0.2.0

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

HeartbeatHandler is the handler to periodically log the system key metrics

func NewHeartbeatHandler added in v0.2.0

func NewHeartbeatHandler(s *Server, cfg p2p.Config) *HeartbeatHandler

NewHeartbeatHandler instantiates a HeartbeatHandler instance

func (*HeartbeatHandler) Log added in v0.3.0

func (h *HeartbeatHandler) Log()

Log executes the logging logic

type Server

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

Server is the iotex server instance containing all components.

func NewInMemTestServer added in v0.3.0

func NewInMemTestServer(cfg config.Config) (*Server, error)

NewInMemTestServer creates a test server in memory

func NewServer

func NewServer(cfg config.Config) (*Server, error)

NewServer creates a new server TODO clean up config, make root config contains network, dispatch and chainservice

func (*Server) APIServer added in v1.8.1

func (s *Server) APIServer(id uint32) *api.ServerV2

APIServer returns the API Server hold in Server with given id.

func (*Server) ChainService added in v0.4.0

func (s *Server) ChainService(id uint32) *chainservice.ChainService

ChainService returns the chainservice hold in Server with given id.

func (*Server) Config added in v1.13.0

func (s *Server) Config() config.Config

Config returns the server's config

func (*Server) Dispatcher added in v0.3.0

func (s *Server) Dispatcher() dispatcher.Dispatcher

Dispatcher returns the Dispatcher

func (*Server) NewSubChainService added in v0.4.4

func (s *Server) NewSubChainService(cfg config.Config) error

NewSubChainService creates a new chain service in this server.

func (*Server) P2PAgent added in v0.4.4

func (s *Server) P2PAgent() p2p.Agent

P2PAgent returns the P2P agent

func (*Server) Start

func (s *Server) Start(ctx context.Context) error

Start starts the server

func (*Server) Stop

func (s *Server) Stop(ctx context.Context) error

Stop stops the server

func (*Server) StopChainService added in v0.4.0

func (s *Server) StopChainService(ctx context.Context, id uint32) error

StopChainService stops the chain service run in the server.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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