Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boltmq/boltmq
/ functions
Functions
1,049 in github.com/boltmq/boltmq
⨍
Functions
1,049
◇
Types & classes
145
Method
OnContextConnect
(ctx core.Context)
sample/net/core/simple/client/client.go:30
Method
OnContextConnect
(ctx core.Context)
sample/net/core/simple/serve/serve.go:29
Method
OnContextConnect
OnContextConnect 监听通道连接 Author rongzhihong Since 2017/9/8
broker/server/client_house_keeping_service.go:91
Method
OnContextError
OnContextError Channel出现异常,通知Topic路由管理器,清除无效Broker Author: tianyuliang Since: 2017/9/6
namesrv/server/broker_house_keeping_listener.go:63
Method
OnContextError
(ctx core.Context, err error)
sample/net/remoting/benchmark/serve/server.go:64
Method
OnContextError
(ctx core.Context, err error)
sample/net/remoting/simple/serve/serve.go:78
Method
OnContextError
(ctx core.Context, err error)
sample/net/core/multi/client/client.go:62
Method
OnContextError
(ctx core.Context, err error)
sample/net/core/multi/serve/serve.go:48
Method
OnContextError
(ctx core.Context, err error)
sample/net/core/simple/client/client.go:43
Method
OnContextError
(ctx core.Context, err error)
sample/net/core/simple/serve/serve.go:37
Method
OnContextError
OnContextError 监听通道异常 Author rongzhihong Since 2017/9/8
broker/server/client_house_keeping_service.go:108
Method
OnContextIdle
OnContextIdle Channe的Idle时间超时,通知Topic路由管理器,清除无效Brokers Author: tianyuliang Since: 2017/9/6
namesrv/server/broker_house_keeping_listener.go:76
Method
OnContextIdle
(ctx core.Context)
sample/net/remoting/benchmark/serve/server.go:68
Method
OnContextIdle
(ctx core.Context)
sample/net/remoting/simple/serve/serve.go:82
Method
OnContextIdle
OnContextIdle 监听通道闲置 Author rongzhihong Since 2017/9/8
broker/server/client_house_keeping_service.go:118
Function
ParseBrokerRoleType
(desc string)
store/persistent/config.go:223
Function
ParseConfig
ParseConfig 解析配置文件
namesrv/config/parse.go:23
Function
ParseFlushDiskType
(desc string)
store/persistent/config.go:255
Method
ProcessRequest
ProcessRequest 默认请求处理器 Author: tianyuliang Since: 2017/9/6
namesrv/server/request_processor.go:52
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
sample/net/remoting/benchmark/serve/server.go:32
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
sample/net/remoting/simple/serve/serve.go:33
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
sample/net/remoting/simple/serve/serve.go:53
Method
ProcessRequest
ProcessRequest 请求入口 Author rongzhihong Since 2017/8/23
broker/server/admin_processor.go:56
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
broker/server/send_message_processor.go:56
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
broker/server/client_manage_processor.go:43
Method
ProcessRequest
ProcessRequest 请求 Author rongzhihong Since 2017/9/18
broker/server/query_message_processor.go:45
Method
ProcessRequest
ProcessRequest 请求 Author rongzhihong Since 2017/9/18
broker/server/transaction_processor.go:48
Method
ProcessRequest
(ctx core.Context, request *protocol.RemotingCommand)
broker/server/pull_message_processor.go:55
Method
Put
(key *message.MessageQueue, value *LockEntry)
broker/rebalance/lock_entry_table.go:36
Method
Put
(key string, value *LockEntryTable)
broker/rebalance/mq_lock_table.go:34
Method
Put
put 存放消息 Author rongzhihong Since 2017/9/5
broker/server/longpolling/pull_request_table.go:48
Method
PutMessage
(msg *store.MessageExtInner)
store/persistent/message_store.go:556
Method
QueryMessage
(topic string, key string, maxNum int32, begin int64, end int64)
store/persistent/message_store.go:613
Method
ReadInt16
()
store/persistent/mapped_byte_buffer.go:99
Method
ReadInt32
()
store/persistent/mapped_byte_buffer.go:106
Method
ReadInt64
()
store/persistent/mapped_byte_buffer.go:113
Method
ReadInt8
()
store/persistent/mapped_byte_buffer.go:92
Method
Record
Record 统计 Author rongzhihong Since 2017/9/12
stats/sstats/broker_stats_related_store_service.go:49
Method
RecordDiskFallBehind
RecordDiskFallBehind 记录 QueueId@Topic@Group 的offset落后数量 Author rongzhihong Since 2017/9/17
stats/broker_stats.go:182
Method
RegisterConsumeMessageHook
RegisterSendMessageHook 注册赋值消费消息回调 Author rongzhihong Since 2017/9/5
broker/server/send_message_processor.go:405
Method
RegisterConsumeMessageHook
RegisterConsumeMessageHook 注册回调函数 Author rongzhihong Since 2017/9/14
broker/server/client_manage_processor.go:262
Method
RegisterConsumeMessageHook
registerConsumeMessageHook 消费消息回调 Author rongzhihong Since 2017/9/11
broker/server/pull_message_processor.go:384
Method
RegisterSendMessageHook
RegisterSendMessageHook 注册赋值 Author rongzhihong Since 2017/9/11
broker/server/send_message_processor.go:588
Method
RegisterSendMessageHook
RegisterSendMessageHook 注册发送消息的回调 Author rongzhihong Since 2017/9/11
broker/server/controller.go:411
Method
Release
Release
store/get_message.go:112
Method
Release
()
store/persistent/mapped_buffer_result.go:42
Method
Remove
(key *message.MessageQueue)
broker/rebalance/lock_entry_table.go:53
Method
Remove
(key string)
broker/rebalance/mq_lock_table.go:51
Method
Remove
remove 删除消息 Author rongzhihong Since 2017/9/5
broker/server/longpolling/pull_request_table.go:72
Method
RunningDataInfo
通过物理队列Offset、size,查询消息。 如果发生错误,则返回null
store/message_store.go:39
Method
RunningDataInfo
()
store/persistent/message_store.go:1128
Method
RuntimeInfo
RuntimeInfo 获取运行时统计数据 Author: zhoufei Since: 2017/9/21
store/persistent/message_store.go:942
Method
RuntimeInfo
()
stats/store_stats.go:457
Method
SelectOneMessageByOffset
SelectOneMessageByOffset 通过物理队列Offset,查询消息。 如果发生错误,则返回null Author: zhoufei Since: 2017/9/20
store/persistent/message_store.go:888
Method
SelectOneMessageByOffsetAndSize
SelectOneMessageByOffsetAndSize 通过物理队列Offset、size,查询消息。 如果发生错误,则返回null Author: zhoufei Since: 2017/9/20
store/persistent/message_store.go:902
Method
SetDispatchMaxBuffer
(value int64)
stats/store_stats.go:546
Method
SetMessageEntireTimeMax
(value int64)
stats/store_stats.go:164
Method
SetMessageTimesTotalFound
(value int64)
stats/store_stats.go:560
Method
SetMessageTimesTotalMiss
(value int64)
stats/store_stats.go:564
Method
SetMessageTransferedMsgCount
(value int64)
stats/store_stats.go:556
Method
SetPutMessageEntireTimeMax
(value int64)
stats/store_stats.go:502
Method
SetPutMessageFailedTimes
(value int64)
stats/store_stats.go:552
Method
SetSinglePutMessageTopicSizeTotal
(topic string, value int64)
stats/store_stats.go:482
Method
SetSinglePutMessageTopicTimesTotal
(topic string, value int64)
stats/store_stats.go:526
Method
SetValue
SetValue statsKey的数值加value Author rongzhihong Since 2017/9/19
stats/moment_stats_item_set.go:107
Method
Shutdown
Shutdown 关闭NamesrvController控制器 Author: tianyuliang Since: 2017/9/14
namesrv/server/controller.go:82
Method
Shutdown
()
store/persistent/message_store.go:491
Method
Shutdown
()
store/persistent/clock.go:62
Method
Shutdown
Shutdown 关闭 Author gaoyanlei Since 2017/8/22
broker/client/call_outer_service.go:64
Method
Shutdown
()
stats/broker_stats.go:36
Method
Shutdown
Start brokerStatsService停止入口 Author rongzhihong Since 2017/9/12
stats/broker_stats.go:98
Method
Shutdown
()
stats/store_stats.go:568
Method
Size
()
store/persistent/mapped_buffer_result.go:56
Method
Size
()
broker/server/offset_table.go:33
Method
Size
()
broker/server/producer_manager.go:266
Method
Size
size 消息集合长度 Author rongzhihong Since 2017/9/5
broker/server/longpolling/pull_request_table.go:38
Method
SlaveFallBehindMuch
SlaveFallBehindMuch Slave落后Master多少byte Author: zhoufei Since: 2017/9/21
store/persistent/message_store.go:1034
Method
Start
Start 启动Namesrv控制服务 Author: tianyuliang Since: 2017/9/14
namesrv/server/controller.go:74
Method
Start
()
store/persistent/message_store.go:416
Method
Start
()
store/persistent/clock.go:57
Method
Start
Start 启动 Author gaoyanlei Since 2017/8/22
broker/client/call_outer_service.go:54
Method
Start
Start brokerStatsService启动入口 Author rongzhihong Since 2017/9/12
stats/broker_stats.go:85
Method
Start
()
stats/store_stats.go:109
Method
StoreStats
()
store/persistent/message_store.go:1098
Method
String
()
store/get_message.go:44
Method
String
()
store/append_message.go:40
Method
String
()
store/persistent/schedule.go:112
Method
String
String
store/persistent/config.go:185
Method
String
()
store/persistent/config.go:210
Function
String2File
(data []byte, flPath string)
common/file.go:57
Method
Swap
(i, j int)
store/persistent/index.go:47
Function
TestDiskUsage
(t *testing.T)
common/statfs/statfs_test.go:20
Function
TestEnsureDir
(t *testing.T)
common/file_test.go:45
Function
TestFlags
(t *testing.T)
store/persistent/mmap/mmap_test.go:112
Function
TestMappedFile_MMapBufferWithInt32
(t *testing.T)
store/persistent/mapped_file_test.go:71
Function
TestMappedFile_Write
(t *testing.T)
store/persistent/mapped_file_test.go:50
Function
TestNewMappedByteBuffer
(t *testing.T)
store/persistent/mapped_byte_buffer_test.go:20
Function
TestNonZeroOffset
Test that we can map files from non-0 offsets The page size on most Unixes is 4KB, but on Windows it's 64KB
store/persistent/mmap/mmap_test.go:139
Function
TestOpenMappedFile
(t *testing.T)
store/persistent/mapped_file_test.go:31
Function
TestParentDirectory
(t *testing.T)
common/file_test.go:21
← previous
next →
801–900 of 1,049, ranked by callers