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 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.
Click to show internal directories.
Click to hide internal directories.