Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boltmq/boltmq
/ types & classes
Types & classes
145 in github.com/boltmq/boltmq
⨍
Functions
1,049
◇
Types & classes
145
↓ 1 callers
TypeAlias
files
store/persistent/index.go:37
Struct
AppendMessageResult
AppendMessageResult 写入commitlong返回结果集 Author gaoyanlei Since 2017/8/16
store/append_message.go:26
TypeAlias
AppendMessageStatus
AppendMessageStatus 写入commitlog 返回code Author gaoyanlei Since 2017/8/16
store/append_message.go:38
Struct
BrokerConfig
BrokerConfig
broker/config/config.go:42
Struct
BrokerController
BrokerController broker服务控制器 Author gaoyanlei Since 2017/8/25
broker/server/controller.go:39
TypeAlias
BrokerRoleType
store/persistent/config.go:196
Interface
BrokerStats
stats/broker_stats.go:34
Interface
BrokerStatsRelatedStore
BrokerStatsRelatedStore 统计store相关的数据
stats/broker_stats_related_store.go:17
Interface
BufferResult
store/buffer_result.go:16
Interface
ByteBuffer
ByteBuffer
store/buffer_result.go:23
Struct
CallOuterService
CallOuterService 调用Broker对外的接口封装
broker/client/call_outer_service.go:36
Struct
Clock
store/persistent/clock.go:24
Struct
ClusterConfig
ClusterConfig 集群配置
broker/config/config.go:32
Struct
Config
namesrv/config/config.go:16
Struct
Config
Config 存储层配置文件类 Author zhoufei Since 2017/9/6
store/persistent/config.go:32
Struct
Config
broker/config/config.go:22
Struct
ConsumeMessageContext
broker/trace/consume_message_context.go:16
Interface
ConsumeMessageHook
ConsumeMessageHook 消费消息回调 Author rongzhihong Since 2017/9/5
broker/trace/consume_message_hook.go:19
Interface
ConsumerIdsChangeListener
broker/server/consumer_client.go:29
Struct
DiskStatus
common/statfs/statfs.go:16
TypeAlias
FlushDiskType
store/persistent/config.go:230
Struct
GetMessageResult
GetMessageResult 访问消息返回结果 Author gaoyanlei Since 2017/8/17
store/get_message.go:72
TypeAlias
GetMessageStatus
GetMessageStatus 访问消息返回的状态码 Author gaoyanlei Since 2017/8/17
store/get_message.go:42
Struct
GetTopicStatisInfoProcessor
sample/net/remoting/benchmark/serve/server.go:29
Struct
GetTopicStatisInfoProcessor
sample/net/remoting/simple/serve/serve.go:30
Struct
KVConfigSerializeWrapper
KVConfigSerializeWrapper KV配置的json序列化结构 Author: tianyuliang Since: 2017/9/4
namesrv/server/kv_config_serialize_wrapper.go:19
Struct
LockEntry
LockEntry LockEntry Author: rongzhihong Since: 2017/9/19
broker/rebalance/lock_entry.go:32
Struct
LockEntryTable
LockEntryTable.lock.LockEntryTable Author rongzhihong Since 2017/9/20
broker/rebalance/lock_entry_table.go:25
Struct
LogConfig
LogConfig 日志配置
namesrv/config/config.go:29
Struct
LogConfig
LogConfig 日志配置
broker/config/config.go:74
TypeAlias
MMap
MMap represents a file mapped into memory.
store/persistent/mmap/mmap.go:54
Struct
MQLockTable
MQLockTable MQLockTable Author rongzhihong Since 2017/9/20
broker/rebalance/mq_lock_table.go:23
Struct
ManyMessageTransfer
ManyMessageTransfer 消息转移 Author rongzhihong Since 2017/9/17
broker/server/pagecache/many_message_transfer.go:26
Struct
ManyPullRequest
ManyPullRequest 长轮询请求 Author rongzhihong Since 2017/9/5
broker/server/longpolling/many_pull_request.go:23
Struct
MemoryMessageStore
store/memory/message_store.go:16
Struct
MessageExtInner
MessageExtInner 存储内部使用的Message对象 Author gaoyanlei Since 2017/8/16
store/message_ext_inner.go:26
Interface
MessageFilter
MessageFilter 消息过滤接口 Author zhoufei Since 2017/9/6
store/persistent/message_filter.go:25
Interface
MessageStore
MessageStore 存储层对外提供的接口 Author zhoufei Since 2017/9/6
store/message_store.go:25
Struct
MomentStatsItem
MomentStatsItem MomentStatsItem Author rongzhihong Since 2017/9/19
stats/moment_stats_item_set.go:29
Struct
MomentStatsItemSet
MomentStatsItemSet QueueId@Topic@Group的offset落后数量的记录集合 Author rongzhihong Since 2017/9/17
stats/moment_stats_item_set.go:67
Struct
NameSrvConfig
NameSrvConfig namesrv相关配置
namesrv/config/config.go:22
Struct
NameSrvController
namesrv/server/controller.go:24
Struct
OffsetTable
broker/server/offset_table.go:22
Struct
OneMessageTransfer
OneMessageTransfer 消息转移 Author rongzhihong Since 2017/9/17
broker/server/pagecache/one_message_transfer.go:24
Struct
OtherProcessor
sample/net/remoting/simple/serve/serve.go:50
Struct
PersistentMessageStore
PersistentMessageStore 存储层对外提供的接口 Author zhoufei Since 2017/9/6
store/persistent/message_store.go:54
Struct
PullRequest
PullRequest 拉消息请求 Author gaoyanlei Since 2017/8/18
broker/server/longpolling/pull_request.go:24
Struct
PullRequestTable
PullRequestTable 消息集合 Author rongzhihong Since 2017/9/5
broker/server/longpolling/pull_request_table.go:21
Struct
PutMessageResult
PutMessageResult 写入消息返回结果 Author gaoyanlei Since 2017/8/16
store/put_message.go:58
TypeAlias
PutMessageStatus
PutMessageStatus 写入消息过程的返回结果 Author gaoyanlei Since 2017/8/16
store/put_message.go:30
Struct
QueryMessageResult
QueryMessageResult 通过Key查询消息,返回结果 Author zhoufei Since 2017/9/6
store/get_message.go:124
Struct
QueryMessageTransfer
OneMessageTransfer 消息转移 Author rongzhihong Since 2017/9/17
broker/server/pagecache/query_message_transfer.go:26
Struct
SendMessageContext
SendMessageContext 消息发送上下文 Author gaoyanlei Since 2017/8/15
broker/trace/send_message_context.go:19
Interface
SendMessageHook
SendMessageHook 发送消息回调 Author rongzhihong Since 2017/9/5
broker/trace/send_message_hook.go:19
Struct
SendMessageProcessor
SendMessageProcessor 处理客户端发送消息的请求 Author gaoyanlei Since 2017/8/24
broker/server/send_message_processor.go:42
Struct
ServerContextEventListener
sample/net/remoting/benchmark/serve/server.go:49
Struct
ServerContextEventListener
sample/net/remoting/simple/serve/serve.go:63
Struct
StatsItem
StatsItem 统计单元 Author rongzhihong Since 2017/9/19
stats/stats_item_set.go:29
Struct
StatsItemSet
StatsItemSet 统计单元集合 Author rongzhihong Since 2017/9/19
stats/stats_item_set.go:226
Struct
StatsSnapshot
StatsSnapshot Stats Snapshot Author rongzhihong Since 2017/9/19
stats/call_snapshot.go:86
Struct
StoreConfig
StoreConfig 存储相关配置
broker/config/config.go:67
Interface
StoreStats
stats/store_stats.go:27
TypeAlias
SynchronizationMethod
store/persistent/config.go:177
Struct
TOPAddr
TOPAddr 寻址服务 Author gaoyanlei Since 2017/8/9
broker/client/top_addr.go:31
Struct
acceptSocketService
acceptSocketService Author zhoufei Since 2017/10/19
store/persistent/ha.go:350
Struct
adminBrokerProcessor
adminBrokerProcessor 管理类请求处理 Author gaoyanlei Since 2017/8/23
broker/server/admin_processor.go:39
Struct
allocateMappedFileService
store/persistent/allocate.go:58
Interface
allocateMappedFileStrategy
allocateMappedFileStrategy 分配mapped file方式
store/persistent/mapped_file_queue.go:30
Struct
allocateRequest
allocateRequest 分配请求
store/persistent/allocate.go:30
Interface
appendMessageCallback
appendMessageCallback 写消息回调接口 Author: tantexian, <tantexian@qq.com> Since: 2017/8/6
store/persistent/mapped_file.go:39
Struct
basicSendMessageProcessor
basicSendMessageProcessor 发送处理类 Author gaoyanlei Since 2017/8/14
broker/server/send_message_processor.go:442
Struct
broker2Client
broker2Client Broker主动调用客户端接口 Author gaoyanlei Since 2017/8/9
broker/server/broker_client.go:33
Struct
brokerHouseKeepingListener
brokerHouseKeepingListener Broker活动检测服务
namesrv/server/broker_house_keeping_listener.go:22
Struct
brokerStatsRelatedStoreService
brokerStatsRelatedStoreService broker统计的数据(昨天和今天的Get、Put数据量) Author rongzhihong Since 2017/9/12
stats/sstats/broker_stats_related_store_service.go:25
Struct
brokerStatsService
brokerStatsService broker统计 Author gaoyanlei Since 2017/8/18
stats/broker_stats.go:52
Struct
callSnapshot
callSnapshot Call Snapshot Author rongzhihong Since 2017/9/19
stats/call_snapshot.go:23
Struct
callSnapshotPlus
callSnapshotPlus Call Snapshot安全数组 Author rongzhihong Since 2017/9/19
stats/call_snapshot.go:39
Struct
channelInfo
broker/server/consumer_client.go:294
Struct
cleanCommitLogService
cleanCommitLogService 清理物理文件服务 Author zhoufei Since 2017/10/13
store/persistent/commit_log.go:1032
Struct
cleanConsumeQueueService
cleanConsumeQueueService 清理逻辑文件服务 Author zhoufei Since 2017/10/13
store/persistent/consume.go:101
Struct
clientEventListener
sample/net/core/multi/client/client.go:28
Struct
clientEventListener
sample/net/core/simple/client/client.go:23
Struct
clientHouseKeepingService
clientHouseKeepingService 定期检测客户端连接,清除不活动的连接 Author rongzhihong Since 2017/9/8
broker/server/client_house_keeping_service.go:27
Struct
clientManageProcessor
broker/server/client_manage_processor.go:29
Struct
commitLog
store/persistent/commit_log.go:44
Interface
configManager
configManager 配置管理
broker/server/config_manager.go:26
Struct
configManagerLoader
configManagerLoader 配置管理加载器
broker/server/config_manager.go:35
Struct
consumeQueue
store/persistent/consume_queue.go:28
Struct
consumeQueueTable
store/persistent/message_store.go:40
Struct
consumerGroupInfo
consumerGroupInfo 整个Consumer Group信息 Author gaoyanlei Since 2017/8/17
broker/server/consumer_client.go:63
Struct
consumerManager
consumerManager 消费者管理 Author gaoyanlei Since 2017/8/9
broker/server/consumer_manager.go:28
Struct
consumerOffsetManager
consumerOffsetManager Consumer消费进度管理 Author gaoyanlei Since 2017/8/9
broker/server/consumer_offset_manager.go:37
Struct
controllerTask
namesrv/server/controller_task.go:22
Struct
controllerTasks
controllerTasks broker控制器的各种任务 Author: tianyuliang Since: 2017/10/11
broker/server/controller_tasks.go:26
Struct
defaultAppendMessageCallback
store/persistent/commit_log.go:852
Struct
defaultConsumerIdsChangeListener
defaultConsumerIdsChangeListener ConsumerId列表变化,通知所有Consumer Author gaoyanlei Since 2017/8/9
broker/server/consumer_client.go:36
Struct
defaultMessageFilter
defaultMessageFilter 消息过滤规则实现 Author zhoufei Since 2017/9/6
store/persistent/message_filter.go:32
Struct
defaultRequestProcessor
defaultRequestProcessor NameServer网络请求处理结构体 Author: tianyuliang Since: 2017/9/6
namesrv/server/request_processor.go:35
Struct
dispatchMessageService
store/persistent/dispatch.go:40
Struct
dispatchRequest
store/persistent/dispatch.go:25
next →
1–100 of 145, ranked by callers