Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPool ¶
func NewClientPool ¶
func NewClientPool(settings *config.NebulaClientSettings, statsCh chan<- base.Stats) (*ClientPool, error)
func (*ClientPool) Close ¶
func (p *ClientPool) Close()
func (*ClientPool) Init ¶
func (p *ClientPool) Init() error
type NebulaClientMgr ¶
type NebulaClientMgr struct {
// contains filtered or unexported fields
}
func NewNebulaClientMgr ¶
func NewNebulaClientMgr(settings *config.NebulaClientSettings, statsCh chan<- base.Stats) (*NebulaClientMgr, error)
func (*NebulaClientMgr) Close ¶
func (m *NebulaClientMgr) Close()
func (*NebulaClientMgr) GetNumConnections ¶
func (m *NebulaClientMgr) GetNumConnections() int
func (*NebulaClientMgr) GetRequestChans ¶
func (m *NebulaClientMgr) GetRequestChans() []chan base.ClientRequest
Click to show internal directories.
Click to hide internal directories.