Documentation ¶
Index ¶
- Variables
- func GenBlock(ref bloomshipper.BlockRef) (bloomshipper.Block, error)
- func GenBlockRef(min, max model.Fingerprint) bloomshipper.BlockRef
- func GenMeta(min, max model.Fingerprint, sources []int, blocks []bloomshipper.BlockRef) bloomshipper.Meta
- func GenSeries(bounds v1.FingerprintBounds) []*v1.Series
- func GenSeriesWithStep(bounds v1.FingerprintBounds, step int) []*v1.Series
- func ParseDayTime(s string) config.DayTime
- func PutMetas(bloomClient bloomshipper.Client, metas []bloomshipper.Meta) error
- func TsdbID(n int) tsdb.SingleTenantTSDBIdentifier
Constants ¶
This section is empty.
Variables ¶
View Source
var TestDay = ParseDayTime("2023-09-01")
View Source
var TestTable = config.NewDayTable(TestDay, "index_")
Functions ¶
func GenBlock ¶
func GenBlock(ref bloomshipper.BlockRef) (bloomshipper.Block, error)
func GenBlockRef ¶
func GenBlockRef(min, max model.Fingerprint) bloomshipper.BlockRef
func GenMeta ¶
func GenMeta(min, max model.Fingerprint, sources []int, blocks []bloomshipper.BlockRef) bloomshipper.Meta
func GenSeriesWithStep ¶
func GenSeriesWithStep(bounds v1.FingerprintBounds, step int) []*v1.Series
func ParseDayTime ¶
func PutMetas ¶
func PutMetas(bloomClient bloomshipper.Client, metas []bloomshipper.Meta) error
func TsdbID ¶
func TsdbID(n int) tsdb.SingleTenantTSDBIdentifier
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.