MCPcopy Create free account

hub / github.com/cybozu/yrmcds / functions

Functions570 in github.com/cybozu/yrmcds

Methodlength
cybozu/hash_map.hpp:66
Methodlock
cybozu/spinlock.hpp:18
Methodlocked
src/memcache/memcache.hpp:193
Methodlogger
cybozu/logger.hpp:69
Methodlogstream
cybozu/logger.hpp:32
Methodmagic
test/counter_client.hpp:46
Functionmain
test/signalfd.cpp:93
Functionmain
test/chrono.cpp:22
Functionmain
test/logger.cpp:9
Functionmain
src/main.cpp:83
Methodmake_counter_socket
src/counter/handler.cpp:65
Methodmake_memcache_socket
src/memcache/handler.cpp:217
Methodmake_repl_socket
src/memcache/handler.cpp:230
Methodmax_connections
src/config.hpp:30
Methodmemcache_socket
src/memcache/sockets.cpp:31
Methodmodify_events
cybozu/reactor.cpp:60
Methodnearest_boundary
src/counter/object.hpp:72
Methodnot_a_number
src/memcache/object.hpp:68
Methodnot_found
cybozu/config_parser.hpp:40
Methodnotify
cybozu/worker.hpp:101
Methodnow
src/counter/object.hpp:68
Functionnull_parser
cybozu/test.hpp:189
Methodobject
src/counter/object.hpp:18
Methodobject
src/memcache/object.cpp:36
Methodobject
src/memcache/object.hpp:58
Methodon_acquire
src/counter/sockets.cpp:202
Methodon_buffer_full
src/memcache/sockets.hpp:129
Methodon_buffer_full
This method will be called everytime when <send>, <sendv>, <send_close>, or <sendv_close> is blocked because of internal buffer full. Subclasses can
cybozu/tcp.hpp:246
Methodon_error
src/memcache/sockets.hpp:161
Methodon_exit
Called when the server exits.
src/handler.hpp:20
Methodon_hangup
src/memcache/sockets.hpp:156
Methodon_invalidate
src/counter/sockets.hpp:45
Methodon_invalidate
src/memcache/sockets.hpp:81
Methodon_invalidate
cybozu/tcp.hpp:236
Methodon_invalidate
A template method called from within <invalidate> and <with_fd>. Subclasses can override this to clean up something when the resource is invalidated.
cybozu/reactor.hpp:87
Methodon_master_end
Called when the server leaves the master mode.
src/handler.hpp:29
Methodon_master_end
src/memcache/handler.cpp:138
Methodon_master_interval
Called when the intervals of the reactor loop.
src/handler.hpp:26
Methodon_master_interval
src/memcache/handler.cpp:109
Methodon_master_start
Called when the server enters the master mode.
src/handler.hpp:23
Methodon_master_start
src/memcache/handler.cpp:87
Methodon_readable
test/tcp.cpp:41
Methodon_readable
src/counter/sockets.cpp:83
Methodon_readable
src/memcache/sockets.cpp:123
Methodon_readable
cybozu/signal.hpp:60
Methodon_release
src/counter/sockets.cpp:211
Methodon_slave_end
Called when the server leaves the slave mode.
src/handler.hpp:41
Methodon_slave_interval
Called when the intervals of the reactor loop.
src/handler.hpp:38
Methodon_slave_start
Called when the server enters the slave mode. If this function succeeded, returns `true`. Otherwise, returns `false`.
src/handler.hpp:35
Methodon_slave_start
src/memcache/handler.cpp:143
Methodon_start
Called when the server starts.
src/handler.hpp:17
Methodon_writable
src/counter/sockets.cpp:101
Methodon_writable
src/memcache/sockets.cpp:144
Methodon_writable
cybozu/signal.hpp:75
Methodon_writable
cybozu/tcp.hpp:329
Methodopen_nolock
cybozu/logger.cpp:34
Methodoperator!=
cybozu/ip_address.hpp:56
Functionoperator==
test/counter_request.cpp:13
Functionoperator==
cybozu/dynbuf.hpp:220
Functionoperator==
cybozu/hash_map.hpp:89
Methodoperator==
cybozu/ip_address.cpp:93
Functionoptparse
main
test/counter.cpp:250
Functionoptparse
main
test/counter_interactive.cpp:117
Functionoptparse
main
test/protocol_binary.cpp:1255
Methodoutput
cybozu/logger.cpp:25
Methodparse
src/memcache/memcache.cpp:414
Methodparse
cybozu/ip_address.cpp:46
Methodparse_delete
src/memcache/memcache.cpp:239
Methodparse_error
cybozu/config_parser.hpp:33
Methodparse_flushall
src/memcache/memcache.cpp:85
Methodparse_get
src/memcache/memcache.cpp:394
Methodparse_incdec
src/memcache/memcache.cpp:359
Methodparse_keys
src/memcache/memcache.cpp:404
Methodparse_lock
src/memcache/memcache.cpp:303
Methodparse_stats
src/memcache/memcache.cpp:323
Methodparse_storage
src/memcache/memcache.cpp:163
Methodparse_touch
src/memcache/memcache.cpp:265
Methodparse_unlock
src/memcache/memcache.cpp:318
Methodparse_verbosity
src/memcache/memcache.cpp:123
Methodpause
cybozu/spinlock.hpp:28
Methodpoll
cybozu/reactor.cpp:105
Methodport
src/config.hpp:27
Functionprint_ratio
test/chrono.cpp:15
Methodquit
Quit the run loop gracefully. Call this to quit the run loop gracefully. Only the reactor thread can use this.
cybozu/reactor.hpp:265
Methodreactor
cybozu/reactor.cpp:30
Methodreactor_gc_ready
If this protocol handler is ready for the reactor GC, returns true. Otherwise, return false.
src/handler.hpp:50
Methodreactor_gc_ready
src/server.cpp:37
Methodreactor_gc_ready
src/memcache/handler.cpp:60
Methodreceive
Receive data from the socket. @buf A buffer to store received data. @max_recvsize Maximum size of data to be received. This function recei
cybozu/tcp.hpp:189
Methodrecv
test/protocol_binary.cpp:470
Methodrelease_all
src/counter/sockets.cpp:225
Methodremove
Thread-safe <remove_nolock>.
cybozu/hash_map.hpp:212
Methodremove
Thread-safe <remove_nolock>.
cybozu/hash_map.hpp:332
Methodremove_if
Remove an object for `key` if `pred` returns `true`. @key The object's key. @pred A predicate function. This function removes an object assiciated
cybozu/hash_map.hpp:226
Methodremove_lock
src/memcache/sockets.hpp:39
Methodremove_nolock
Remove an object for `key`. @key The object's key. @callback A function called when an object is removed. This removes an object associated wi
cybozu/hash_map.hpp:197
Methodremove_resource
Remove a registered resource. This is only for the reactor thread.
cybozu/reactor.hpp:337
Methodrepl_client_socket
src/memcache/sockets.hpp:148
Methodrepl_socket
src/memcache/sockets.hpp:97
Methodrequest
test/protocol_binary.cpp:48
← previousnext →401–500 of 570, ranked by callers