MCPcopy Create free account

hub / github.com/KShivendu/smoldb / types & classes

Types & classes113 in github.com/KShivendu/smoldb

↓ 2 callersEnumConsensusError
src/error.rs:18
↓ 2 callersEnumStorageError
src/error.rs:4
↓ 1 callersClassAddPeerToKnownSvc
src/api/grpc/schema.rs:921
↓ 1 callersClassDocScore
src/storage/segment/index/text/mod.rs:253
↓ 1 callersClassGetPointsSvc
src/api/grpc/schema.rs:1162
↓ 1 callersClassQueryPointsSvc
src/api/grpc/schema.rs:1207
↓ 1 callersInterfaceRaft
src/api/grpc/schema.rs:737
↓ 1 callersClassRootApiSvc
src/api/grpc/schema.rs:644
↓ 1 callersClassSendSvc
src/api/grpc/schema.rs:835
↓ 1 callersClassUpsertPointsSvc
src/api/grpc/schema.rs:1117
↓ 1 callersClassWhoIsSvc
src/api/grpc/schema.rs:878
ClassAddPeerToKnownMessage
src/api/grpc/schema.rs:31
ClassAllPeers
src/api/grpc/schema.rs:17
ClassApiDoc
src/api/mod.rs:69
ClassApiErrorResponse
tools/smolbench/src/types.rs:13
ClassApiErrorResponse
src/api/helpers.rs:16
EnumApiResponse
tools/smolbench/src/types.rs:20
EnumApiResponse
src/api/helpers.rs:54
ClassApiSuccessResponse
tools/smolbench/src/types.rs:7
ClassApiSuccessResponse
src/api/helpers.rs:10
ClassArgs
tools/smolbench/src/args.rs:33
ClassArgs
src/args.rs:14
ClassBM25Scorer
src/storage/segment/index/text/bm25.rs:15
ClassBm25Stats
src/storage/segment/index/text/bm25.rs:110
ClassChannelService
This service is used to manage [`Channel`] connection pools between peers
src/channel_service.rs:9
ClassCollection
src/storage/collection.rs:30
ClassCollectionClusterInfo
src/api/collection.rs:109
ClassCollectionClusterLocalShard
src/api/collection.rs:95
ClassCollectionClusterRemoteShard
src/api/collection.rs:102
ClassCollectionConfig
src/storage/collection.rs:338
EnumCollectionError
src/error.rs:28
ClassCollectionInfo
src/storage/collection.rs:369
EnumCollectionOperation
src/storage/toc.rs:26
ClassConsensus
Holds raft consensus state and handles bootstrapping, adding peers, and running the consensus loop.
src/consensus/mod.rs:131
ClassConsensusManager
src/consensus/manager.rs:8
EnumConsensusOperation
src/consensus/mod.rs:368
ClassConsensusRaftInfo
src/consensus/mod.rs:71
ClassConsensusState
src/consensus/mod.rs:55
ClassDebuggableEntry
tools/raft-playground/src/main.rs:27
ClassDebuggableEntry
src/consensus/debuggables.rs:8
ClassDebuggableHardState
src/consensus/debuggables.rs:61
ClassDebuggableMessage
src/consensus/debuggables.rs:73
ClassDebuggableReady
tools/raft-playground/src/main.rs:46
ClassDebuggableReady
src/consensus/debuggables.rs:119
ClassDebuggableSnapshot
src/consensus/debuggables.rs:68
ClassDispatcher
Router that can decide how an operation/request goes through ToC (local storage) and consensus manager (if enabled)
src/api/dispatcher.rs:11
EnumFieldIndex
src/storage/segment/index/payload_index.rs:44
InterfaceFieldIndexTrait
src/storage/segment/index/payload_index.rs:291
EnumFilterOperator
src/storage/segment/index/filter.rs:6
ClassGetPointResponse
src/api/points.rs:61
ClassGetPointsRequest
src/api/grpc/schema.rs:69
ClassGetPointsResponse
src/api/grpc/schema.rs:64
InterfaceHasPointId
src/storage/replicas/mod.rs:132
ClassInMemPostings
In-memory cache for posting lists (optional optimization)
src/storage/segment/index/text/posting.rs:9
ClassInMemoryIntegerIndex
src/storage/segment/index/integer.rs:198
ClassInMemoryVectorIndex
src/storage/segment/index/vector/mod.rs:143
EnumIndexConfig
src/storage/segment/index/payload_index.rs:53
ClassIntegerIndex
src/storage/segment/index/integer.rs:16
ClassListPointsResponse
src/api/points.rs:105
ClassLocalShard
src/storage/replicas/local_shard.rs:21
EnumMsg
src/consensus/mod.rs:390
ClassNode
tools/raft-playground/src/main.rs:202
ClassPayloadIndex
src/storage/segment/index/payload_index.rs:162
ClassPeer
src/api/grpc/schema.rs:24
ClassPeerId
src/api/grpc/schema.rs:40
ClassPersistent
src/consensus/mod.rs:47
ClassPoint
tools/smolbench/src/types.rs:26
ClassPoint
src/storage/segment/point.rs:7
ClassPoint
src/api/grpc/schema.rs:107
EnumPointId
src/storage/segment/point.rs:14
ClassPoints
tools/smolbench/src/types.rs:32
InterfacePointsInternal
src/api/grpc/schema.rs:1016
ClassPointsInternalClient
src/api/grpc/schema.rs:394
ClassPointsInternalServer
src/api/grpc/schema.rs:1040
ClassPointsInternalService
src/api/grpc/points_service.rs:19
ClassPostingListItem
src/storage/segment/index/text/posting.rs:39
ClassProposal
tools/raft-playground/src/main.rs:432
ClassQuery
src/api/points.rs:142
ClassQueryFilter
src/storage/segment/index/filter.rs:42
ClassQueryFilter
src/api/grpc/schema.rs:81
ClassQueryPointsParams
src/api/grpc/schema.rs:90
ClassQueryPointsRequest
src/api/grpc/schema.rs:95
ClassQueryPointsResponse
src/api/grpc/schema.rs:102
ClassRaftClient
src/api/grpc/schema.rs:238
ClassRaftMessage
src/api/grpc/schema.rs:12
ClassRaftServer
src/api/grpc/schema.rs:758
ClassRaftService
src/api/grpc/raft_service.rs:16
ClassRaftStorage
A thin layer on top of `MemStorage` to provide a consistent interface for Raft storage.
src/consensus/raft_storage.rs:12
ClassRemoteShard
src/storage/replicas/remote_shard.rs:21
ClassReplicaHolder
src/storage/replicas/mod.rs:148
ClassReplicaSet
src/storage/replicas/mod.rs:38
ClassRootApiReply
src/api/grpc/schema.rs:5
ClassRootApiRequest
src/api/grpc/schema.rs:3
ClassRootApiResponse
src/api/service.rs:6
ClassSegment
src/storage/segment/mod.rs:24
InterfaceShardOperationTrait
src/storage/replicas/mod.rs:26
EnumShardState
src/storage/replicas/mod.rs:33
EnumSignal
tools/raft-playground/src/main.rs:189
InterfaceSmol
src/api/grpc/schema.rs:559
EnumSmolBenchError
tools/smolbench/src/error.rs:4
next →1–100 of 113, ranked by callers