legacyclientpool

package
v74.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: Apache-2.0, BSD-3-Clause, MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientPool

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

func New

func New(dopplerAddr string, maxWriteCount int, ri time.Duration) *ClientPool

func (*ClientPool) Write

func (p *ClientPool) Write(data []byte) error

type CombinedPool

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

func NewCombinedPool

func NewCombinedPool(pools ...Pool) *CombinedPool

func (*CombinedPool) Write

func (p *CombinedPool) Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error

type Pool

type Pool interface {
	Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error
}

Jump to

Keyboard shortcuts

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