Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenjiandongx/mandodb
/ types & classes
Types & classes
44 in github.com/chenjiandongx/mandodb
⨍
Functions
201
◇
Types & classes
44
Interface
BytesCompressor
BytesCompressor 数据压缩器抽象接口
compressor.go:23
TypeAlias
BytesCompressorType
BytesCompressorType 代表字节数据压缩算法类型
compressor.go:9
Struct
Desc
segment.go:31
Interface
Iter
Iter 迭代器对象
pkg/sortedlist/list.go:21
Struct
Label
Label 代表一个标签组合
label.go:31
Struct
LabelMatcher
LabelMatcher Label 匹配器 支持正则
label.go:283
TypeAlias
LabelMatcherSet
LabelMatcherSet 表示 LabelMatcher 组合
label.go:290
TypeAlias
LabelSet
LabelSet 表示 Label 组合
label.go:187
Interface
List
List 实现了排序链表的数据结构
pkg/sortedlist/list.go:6
Interface
MetaSerializer
metadata.go:35
TypeAlias
MetaSerializerType
metadata.go:29
Struct
Metadata
Metadata 描述了 Segment 的相关元数据
metadata.go:20
Struct
MetricRet
tsdb.go:273
Struct
MmapFile
MmapFile 持有 mmap 的句柄
pkg/mmap/mmap.go:9
FuncType
Option
func(c *tsdbOptions)
tsdb.go:50
Struct
Point
Point 表示一个数据点 (ts, value) 二元组
tsdb.go:145
Struct
Row
Row 一行时序数据 包括数据点和标签组合
tsdb.go:159
Interface
Segment
segment.go:17
TypeAlias
SegmentType
segment.go:10
Struct
TSDB
tsdb.go:170
Struct
aVLTree
pkg/sortedlist/list.go:54
Struct
avlNode
pkg/sortedlist/list.go:46
Struct
binaryMetaSerializer
metadata.go:59
Struct
decbuf
Decode Buffer
encoding.go:61
Struct
diskIndexMap
index.go:163
Struct
diskSegment
diskSegment 持久化 segment 磁盘数据使用 mmap 的方式按需加载
disk_segment.go:17
Struct
diskSidSet
Disk Index 负责管理磁盘的索引存储和搜索
index.go:147
Struct
encbuf
Encode Buffer
encoding.go:11
Struct
fastRegexMatcher
fastRegexMatcher 是一种优化的正则匹配器 算法来自 Prometheus
label.go:80
Struct
iter
pkg/sortedlist/list.go:26
Struct
labelValueSet
label.go:40
Struct
memoryIndexMap
index.go:80
Struct
memorySegment
memory_segment.go:16
Struct
memorySeries
series.go:96
Struct
memorySidSet
Memory Index 负责管理内存索引的存储和搜索
index.go:12
Struct
metaSeries
metadata.go:7
Struct
noopBytesCompressor
compressor.go:38
Struct
segmentList
segment.go:38
Struct
seriesWithLabel
metadata.go:14
Struct
snappyBytesCompressor
compressor.go:68
Struct
tocReader
disk_segment.go:35
Struct
tsdbOptions
tsdb.go:24
Struct
tszStore
series.go:14
Struct
zstdBytesCompressor
compressor.go:52