Documentation ¶
Index ¶
- type Writer
- func (w *Writer) BeginSeries(name, field []byte, typ influxql.DataType, tags models.Tags)
- func (w *Writer) Close() error
- func (w *Writer) EndSeries()
- func (w *Writer) Err() error
- func (w *Writer) NewBucket(start, end int64) (format.BucketWriter, error)
- func (w *Writer) WriteBooleanCursor(cur tsdb.BooleanArrayCursor)
- func (w *Writer) WriteFloatCursor(cur tsdb.FloatArrayCursor)
- func (w *Writer) WriteIntegerCursor(cur tsdb.IntegerArrayCursor)
- func (w *Writer) WriteStringCursor(cur tsdb.StringArrayCursor)
- func (w *Writer) WriteUnsignedCursor(cur tsdb.UnsignedArrayCursor)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) BeginSeries ¶
func (*Writer) NewBucket ¶
func (w *Writer) NewBucket(start, end int64) (format.BucketWriter, error)
func (*Writer) WriteBooleanCursor ¶
func (w *Writer) WriteBooleanCursor(cur tsdb.BooleanArrayCursor)
func (*Writer) WriteFloatCursor ¶
func (w *Writer) WriteFloatCursor(cur tsdb.FloatArrayCursor)
func (*Writer) WriteIntegerCursor ¶
func (w *Writer) WriteIntegerCursor(cur tsdb.IntegerArrayCursor)
func (*Writer) WriteStringCursor ¶
func (w *Writer) WriteStringCursor(cur tsdb.StringArrayCursor)
func (*Writer) WriteUnsignedCursor ¶
func (w *Writer) WriteUnsignedCursor(cur tsdb.UnsignedArrayCursor)
Click to show internal directories.
Click to hide internal directories.