MCPcopy Create free account

hub / github.com/arana-db/kiwi / types & classes

Types & classes421 in github.com/arana-db/kiwi

↓ 252 callersEnumError
src/conf/src/error.rs:26
↓ 41 callersEnumError
src/net/src/error.rs:25
↓ 1 callersClassHealthCheck
src/common/runtime/health.rs:45
↓ 1 callersClassPauseControllerWrapper
src/server/src/main.rs:33
↓ 1 callersClassStorage
src/storage/src/storage.rs:92
ClassActiveConnection
src/net/src/pool.rs:80
ClassAlwaysLeader
src/raft/src/leader_gate.rs:35
ClassAppendCmd
src/cmd/src/append.rs:28
ClassArgs
src/server/src/main.rs:51
ClassAsyncRespParser
Enhanced RESP parser for async storage operations
src/net/src/async_resp_parser.rs:30
ClassAuthCmd
src/cmd/src/auth.rs:31
ClassBackgroundTaskConfig
src/common/runtime/storage_server.rs:924
ClassBackgroundTaskManager
Background task manager for RocksDB maintenance
src/common/runtime/storage_server.rs:914
ClassBackgroundTaskStats
src/common/runtime/storage_server.rs:957
ClassBackpressureConfig
src/common/runtime/message.rs:178
ClassBaseCmdGroup
src/cmd/src/lib.rs:256
ClassBaseDataValue
src/storage/src/format_base_data_value.rs:33
ClassBaseKey
used for string data key or hash/zset/set/list's meta key. format: | reserve1 | key | reserve2 | | 8B | | 16B |
src/storage/src/format_base_key.rs:35
ClassBaseMetaValue
src/storage/src/format_base_meta_value.rs:49
InterfaceBatch
Trait for batch write operations. This trait abstracts the batch write mechanism to support both standalone (RocksDB direct write) and cluster (Raft
src/storage/src/batch.rs:59
ClassBatchConfig
src/common/runtime/storage_server.rs:620
ClassBatchMetrics
src/common/runtime/metrics.rs:159
ClassBatchMetricsData
src/common/runtime/metrics.rs:568
EnumBatchOperationType
src/common/runtime/storage_server.rs:655
EnumBatchPriority
src/net/src/async_resp_parser.rs:148
ClassBatchProcessor
src/common/runtime/storage_server.rs:611
ClassBatchState
src/common/runtime/storage_server.rs:644
ClassBatchStats
src/common/runtime/storage_server.rs:907
EnumBeforeOrAfter
src/storage/src/storage_impl.rs:24
ClassBenchmarkConfig
benches/performance_benchmark.rs:54
ClassBenchmarkResults
benches/performance_benchmark.rs:40
ClassBenchmarkResults
Benchmark results aggregator
benches/dual_runtime_performance_benchmark.rs:110
EnumBgTask
src/storage/src/storage.rs:59
ClassBgTaskHandler
src/storage/src/storage.rs:75
ClassBinlog
src/conf/src/raft_type.rs:42
ClassBinlogBatch
Binlog batch implementation for cluster (Raft) mode. Accumulates put/delete operations as `BinlogEntry` values, then on `commit` hands the assembled
src/storage/src/batch.rs:235
ClassBinlogEntry
src/conf/src/raft_type.rs:33
ClassBinlogResponse
src/conf/src/raft_type.rs:79
ClassBitcountCmd
src/cmd/src/bitcount.rs:28
ClassBitopCmd
src/cmd/src/bitop.rs:31
ClassBitposCmd
src/cmd/src/bitpos.rs:33
ClassBufferConfig
src/net/src/buffer.rs:29
ClassBufferManager
Buffer manager for efficient memory usage
src/net/src/buffer.rs:112
ClassBufferMetrics
src/common/runtime/metrics.rs:202
ClassBufferMetricsData
src/common/runtime/metrics.rs:585
ClassBufferStats
src/net/src/buffer.rs:340
ClassBufferedReader
Optimized buffer reader for streaming data
src/net/src/buffer.rs:352
ClassCfTrackerState
src/storage/src/logindex/cf_tracker.rs:43
EnumChannelHealth
src/common/runtime/metrics.rs:275
ClassChannelMetrics
src/common/runtime/metrics.rs:174
ClassChannelMetricsTracker
Channel metrics tracker for recording channel communication events
src/common/runtime/metrics.rs:488
ClassChannelStats
src/common/runtime/message.rs:317
EnumChaosFailureType
src/common/runtime/stress_tests.rs:152
EnumChaosFailureType
tests/dual_runtime_stress_tests.rs:147
ClassChaosTestFramework
src/common/runtime/stress_tests.rs:122
ClassChaosTestFramework
Chaos testing framework
tests/dual_runtime_stress_tests.rs:119
ClassCircuitBreaker
src/common/runtime/message.rs:241
EnumCircuitBreakerState
src/common/runtime/message.rs:255
ClassClient
src/client/src/lib.rs:30
ClassClientContext
src/client/src/lib.rs:38
InterfaceCmd
src/cmd/src/lib.rs:180
ClassCmdClientGetname
src/cmd/src/group_client.rs:42
ClassCmdClientSetname
src/cmd/src/group_client.rs:75
ClassCmdExecution
src/executor/src/executor.rs:28
ClassCmdExecutionWork
[`CmdExecutionWork`] is the work item sent to the worker pool. It notifies the caller when the work is finished.
src/executor/src/executor.rs:43
ClassCmdExecutor
[`CmdExecutor`] accepts the command & command args parsed from server, and execute them in a task pool.
src/executor/src/executor.rs:50
ClassCmdExecutorBuilder
src/executor/src/builder.rs:20
InterfaceCmdExecutorNetworkExt
Extension trait for CmdExecutor to support network operations
src/net/src/executor_ext.rs:37
ClassCmdMeta
src/cmd/src/lib.rs:172
EnumCmdRes
src/resp/src/encode.rs:31
EnumCode
src/kstd/src/status.rs:29
EnumColumnFamilyIndex
src/conf/src/raft_type.rs:107
EnumColumnFamilyIndex
src/storage/src/redis.rs:58
InterfaceCommand
src/resp/src/command.rs:526
ClassCommandBatch
src/net/src/async_resp_parser.rs:137
ClassCommandBatch
A batch of commands to be processed together
src/net/src/pipeline.rs:67
ClassCommandPipeline
Pipeline processor for batching and executing commands
src/net/src/pipeline.rs:104
EnumCommandType
src/resp/src/command.rs:27
ClassCompactionStats
src/common/runtime/metrics.rs:133
ClassCompactionStatsData
src/common/runtime/metrics.rs:552
ClassComparisonSummary
benches/dual_runtime_performance_benchmark.rs:118
ClassComponentHealth
src/common/runtime/metrics.rs:1577
ClassComponentStatus
src/common/runtime/metrics.rs:1588
ClassComprehensiveTestSuite
Main comprehensive test suite runner
tests/comprehensive_test_suite.rs:74
EnumCompressionType
src/conf/src/config.rs:29
ClassConfig
src/conf/src/config.rs:88
ClassConfigCmd
src/cmd/src/admin.rs:114
ClassConnectionConfig
src/raft/src/network.rs:41
ClassConnectionPool
Generic connection pool implementation
src/net/src/pool.rs:112
ClassConnectionResources
Connection resources that can be pooled
src/net/src/optimized_handler.rs:57
ClassConnectionResources
Connection handler resources that can be pooled
src/net/src/tcp.rs:95
ClassCorrelationId
src/common/runtime/error_logging.rs:36
ClassCorrelationMetrics
src/common/runtime/metrics.rs:217
ClassCorrelationMetricsData
src/common/runtime/metrics.rs:594
ClassDataCompactionFilter
src/storage/src/data_compaction_filter.rs:49
ClassDataCompactionFilterFactory
src/storage/src/data_compaction_filter.rs:222
ClassDataKey
src/storage/src/format.rs:56
EnumDataType
src/storage/src/format_base_value.rs:31
ClassDbAccess
Concrete implementation of DbCfAccess for rocksdb::DB
src/storage/src/logindex/db_access.rs:42
ClassDbAccess
src/raft/tests/logindex_integration.rs:124
next →1–100 of 421, ranked by callers