itx

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2019 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(svr *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) *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) 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) Dispatcher added in v0.3.0

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

Dispatcher returns the Dispatcher

func (*Server) NewChainService added in v0.4.0

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

NewChainService creates a new chain service in this server.

func (*Server) NewTestingChainService added in v0.4.0

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

NewTestingChainService creates a new testing chain service in this server.

func (*Server) P2P added in v0.3.0

func (s *Server) P2P() network.Overlay

P2P returns the P2P network

func (*Server) Start

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

Start starts the server

func (*Server) StartChainService added in v0.4.0

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

StartChainService starts the chain service run in 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.

Jump to

Keyboard shortcuts

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