tsdb

package
v0.14.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FetchRange

type FetchRange struct {
	xtime.Range
	policy.StoragePolicy
}

FetchRange is a fetch range.

func (FetchRange) Equal

func (r FetchRange) Equal(other FetchRange) bool

Equal returns whether two FetchRanges are equal.

type FetchRanges

type FetchRanges []FetchRange

FetchRanges is a list of fetch ranges.

type FetchRequest

type FetchRequest struct {
	ID     string
	Ranges FetchRanges
}

FetchRequest is a request to fetch data from a source for a given id.

func NewSingleRangeRequest

func NewSingleRangeRequest(id string, start, end time.Time, p policy.StoragePolicy) FetchRequest

NewSingleRangeRequest creates a new single-range request.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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