Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2022 Changes in this version + var File_sf_fluxdb_v1_fluxdb_proto protoreflect.FileDescriptor + type Checkpoint struct + Block *v1.BlockRef + Height uint64 + func (*Checkpoint) Descriptor() ([]byte, []int) + func (*Checkpoint) ProtoMessage() + func (x *Checkpoint) GetBlock() *v1.BlockRef + func (x *Checkpoint) GetHeight() uint64 + func (x *Checkpoint) ProtoReflect() protoreflect.Message + func (x *Checkpoint) Reset() + func (x *Checkpoint) String() string + type TabletIndex struct + Entries []*TabletIndexEntry + SquelchedCount uint64 + func (*TabletIndex) Descriptor() ([]byte, []int) + func (*TabletIndex) ProtoMessage() + func (x *TabletIndex) GetEntries() []*TabletIndexEntry + func (x *TabletIndex) GetSquelchedCount() uint64 + func (x *TabletIndex) ProtoReflect() protoreflect.Message + func (x *TabletIndex) Reset() + func (x *TabletIndex) String() string + type TabletIndexEntry struct + Height uint64 + PrimaryKey []byte + func (*TabletIndexEntry) Descriptor() ([]byte, []int) + func (*TabletIndexEntry) ProtoMessage() + func (x *TabletIndexEntry) GetHeight() uint64 + func (x *TabletIndexEntry) GetPrimaryKey() []byte + func (x *TabletIndexEntry) ProtoReflect() protoreflect.Message + func (x *TabletIndexEntry) Reset() + func (x *TabletIndexEntry) String() string + type WriteEntry struct + Key []byte + Value []byte + func (*WriteEntry) Descriptor() ([]byte, []int) + func (*WriteEntry) ProtoMessage() + func (x *WriteEntry) GetKey() []byte + func (x *WriteEntry) GetValue() []byte + func (x *WriteEntry) ProtoReflect() protoreflect.Message + func (x *WriteEntry) Reset() + func (x *WriteEntry) String() string + type WriteRequest struct + Block *v1.BlockRef + Height uint64 + SingletEntries []*WriteEntry + TabletRows []*WriteEntry + func (*WriteRequest) Descriptor() ([]byte, []int) + func (*WriteRequest) ProtoMessage() + func (x *WriteRequest) GetBlock() *v1.BlockRef + func (x *WriteRequest) GetHeight() uint64 + func (x *WriteRequest) GetSingletEntries() []*WriteEntry + func (x *WriteRequest) GetTabletRows() []*WriteEntry + func (x *WriteRequest) ProtoReflect() protoreflect.Message + func (x *WriteRequest) Reset() + func (x *WriteRequest) String() string