Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFieldsRequired is returned when a point does not any fields. ErrFieldsRequired = errors.New("fields required") // ErrFieldTypeConflict is returned when a new field already exists with a different type. ErrFieldTypeConflict = errors.New("field type conflict") // ErrUpgradeEngine will be returned when it's determined that // the server has encountered shards that are not in the `tsm1` // format. ErrUpgradeEngine = errors.New("\n\n" + upgradeMessage + "\n\n") )
Functions ¶
func ErrDatabaseNotFound ¶
ErrDatabaseNotFound indicates that a database operation failed on the specified database because the specified database does not exist.
func ErrRetentionPolicyNotFound ¶ added in v0.9.5
ErrRetentionPolicyNotFound indicates that the named retention policy could not be found in the database.
func IsClientError ¶
IsClientError indicates whether an error is a known client error.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
influx_tsm/tsdb/internal
Package internal is a generated protocol buffer package.
|
Package internal is a generated protocol buffer package. |
importer
|
|
Package influxql implements a parser for the InfluxDB query language.
|
Package influxql implements a parser for the InfluxDB query language. |
internal
Package influxql is a generated protocol buffer package.
|
Package influxql is a generated protocol buffer package. |
neldermead
This is an implementation of the Nelder-Mead optimization method Based on work by Michael F. Hutt http://www.mikehutt.com/neldermead.html
|
This is an implementation of the Nelder-Mead optimization method Based on work by Michael F. Hutt http://www.mikehutt.com/neldermead.html |
pkg
|
|
services
|
|
meta/internal
Package meta is a generated protocol buffer package.
|
Package meta is a generated protocol buffer package. |
tests
|
|
Package tsdb implements a durable time series database.
|
Package tsdb implements a durable time series database. |
internal
Package meta is a generated protocol buffer package.
|
Package meta is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.