tlstatshouseApi

package
v1.0.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by vktl/cmd/tlgen2; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client  *rpc.Client
	Network string // should be either "tcp4" or "unix"
	Address string
	ActorID uint64 // should be non-zero when using rpc-proxy
}

func (*Client) GetChunk

func (c *Client) GetChunk(ctx context.Context, args GetChunk, extra *rpc.InvokeReqExtra, ret *GetChunkResponse) (err error)

func (*Client) GetQuery

func (c *Client) GetQuery(ctx context.Context, args GetQuery, extra *rpc.InvokeReqExtra, ret *GetQueryResponse) (err error)

func (*Client) ReleaseChunks

func (c *Client) ReleaseChunks(ctx context.Context, args ReleaseChunks, extra *rpc.InvokeReqExtra, ret *ReleaseChunksResponse) (err error)

type Filter

type Flag

func FlagAuto

func FlagAuto() Flag

func FlagMapped

func FlagMapped() Flag

func FlagRaw

func FlagRaw() Flag

type Function

func FnAvg

func FnAvg() Function

func FnCount

func FnCount() Function

func FnCountNorm

func FnCountNorm() Function

func FnCumulAvg

func FnCumulAvg() Function

func FnCumulCount

func FnCumulCount() Function

func FnCumulSum

func FnCumulSum() Function

func FnDerivativeAvg

func FnDerivativeAvg() Function

func FnDerivativeCount

func FnDerivativeCount() Function

func FnDerivativeCountNorm

func FnDerivativeCountNorm() Function

func FnDerivativeMax

func FnDerivativeMax() Function

func FnDerivativeMin

func FnDerivativeMin() Function

func FnDerivativeSum

func FnDerivativeSum() Function

func FnDerivativeSumNorm

func FnDerivativeSumNorm() Function

func FnDerivativeUnique

func FnDerivativeUnique() Function

func FnDerivativeUniqueNorm

func FnDerivativeUniqueNorm() Function

func FnMax

func FnMax() Function

func FnMaxCountHost

func FnMaxCountHost() Function

func FnMaxHost

func FnMaxHost() Function

func FnMin

func FnMin() Function

func FnP25

func FnP25() Function

func FnP50

func FnP50() Function

func FnP75

func FnP75() Function

func FnP90

func FnP90() Function

func FnP95

func FnP95() Function

func FnP99

func FnP99() Function

func FnP999

func FnP999() Function

func FnStddev

func FnStddev() Function

func FnSum

func FnSum() Function

func FnSumNorm

func FnSumNorm() Function

func FnUnique

func FnUnique() Function

func FnUniqueNorm

func FnUniqueNorm() Function

type GetChunk

type GetQuery

type Handler

type Handler struct {
	GetChunk      func(ctx context.Context, args GetChunk) (GetChunkResponse, error)           // statshouseApi.getChunk
	GetQuery      func(ctx context.Context, args GetQuery) (GetQueryResponse, error)           // statshouseApi.getQuery
	ReleaseChunks func(ctx context.Context, args ReleaseChunks) (ReleaseChunksResponse, error) // statshouseApi.releaseChunks

	RawGetChunk      func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouseApi.getChunk
	RawGetQuery      func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouseApi.getQuery
	RawReleaseChunks func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouseApi.releaseChunks
}

func (*Handler) Handle

func (h *Handler) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err error)

type Query

type Series

type TagValue

Jump to

Keyboard shortcuts

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