Documentation ¶
Index ¶
- Constants
- func Glue(exit chan bool, in chan *Points, chunkSize int, chunkTimeout time.Duration, ...)
- func ReadBinary(r io.Reader, callback func(*Points)) error
- func ReadFromFile(filename string, callback func(*Points)) error
- func ReadPlain(r io.Reader, callback func(*Points)) error
- type Point
- type Points
- func (p *Points) Add(value float64, timestamp int64) *Points
- func (p *Points) Append(onePoint Point) *Points
- func (p *Points) Copy() *Points
- func (p *Points) Eq(other *Points) bool
- func (p *Points) WriteBinaryTo(w io.Writer) (n int, err error)
- func (p *Points) WriteTo(w io.Writer) (n int64, err error)
Constants ¶
View Source
const MB = 1048576
Variables ¶
This section is empty.
Functions ¶
func ReadFromFile ¶ added in v0.10.0
Types ¶
type Points ¶
Points from carbon clients
func ParsePickle ¶
func (*Points) WriteBinaryTo ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.