api

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2014 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coordinator

type Coordinator interface {
	// This is only used in the force compaction http endpoint
	ForceCompaction(cmn.User) error

	// Data related api
	RunQuery(cmn.User, string, string, engine.Processor) error
	WriteSeriesData(cmn.User, string, []*protocol.Series) error

	// Administration related api
	CreateDatabase(cmn.User, string) error
	ListDatabases(cmn.User) ([]*cluster.Database, error)
	DropDatabase(cmn.User, string) error
}

Directories

Path Synopsis
no rounding of timestamps to the nearest interval.
no rounding of timestamps to the nearest interval.

Jump to

Keyboard shortcuts

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