Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cybozu/yrmcds
/ functions
Functions
570 in github.com/cybozu/yrmcds
⨍
Functions
570
◇
Types & classes
112
Method
length
cybozu/hash_map.hpp:66
Method
lock
cybozu/spinlock.hpp:18
Method
locked
src/memcache/memcache.hpp:193
Method
logger
cybozu/logger.hpp:69
Method
logstream
cybozu/logger.hpp:32
Method
magic
test/counter_client.hpp:46
Function
main
test/signalfd.cpp:93
Function
main
test/chrono.cpp:22
Function
main
test/logger.cpp:9
Function
main
src/main.cpp:83
Method
make_counter_socket
src/counter/handler.cpp:65
Method
make_memcache_socket
src/memcache/handler.cpp:217
Method
make_repl_socket
src/memcache/handler.cpp:230
Method
max_connections
src/config.hpp:30
Method
memcache_socket
src/memcache/sockets.cpp:31
Method
modify_events
cybozu/reactor.cpp:60
Method
nearest_boundary
src/counter/object.hpp:72
Method
not_a_number
src/memcache/object.hpp:68
Method
not_found
cybozu/config_parser.hpp:40
Method
notify
cybozu/worker.hpp:101
Method
now
src/counter/object.hpp:68
Function
null_parser
cybozu/test.hpp:189
Method
object
src/counter/object.hpp:18
Method
object
src/memcache/object.cpp:36
Method
object
src/memcache/object.hpp:58
Method
on_acquire
src/counter/sockets.cpp:202
Method
on_buffer_full
src/memcache/sockets.hpp:129
Method
on_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
Method
on_error
src/memcache/sockets.hpp:161
Method
on_exit
Called when the server exits.
src/handler.hpp:20
Method
on_hangup
src/memcache/sockets.hpp:156
Method
on_invalidate
src/counter/sockets.hpp:45
Method
on_invalidate
src/memcache/sockets.hpp:81
Method
on_invalidate
cybozu/tcp.hpp:236
Method
on_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
Method
on_master_end
Called when the server leaves the master mode.
src/handler.hpp:29
Method
on_master_end
src/memcache/handler.cpp:138
Method
on_master_interval
Called when the intervals of the reactor loop.
src/handler.hpp:26
Method
on_master_interval
src/memcache/handler.cpp:109
Method
on_master_start
Called when the server enters the master mode.
src/handler.hpp:23
Method
on_master_start
src/memcache/handler.cpp:87
Method
on_readable
test/tcp.cpp:41
Method
on_readable
src/counter/sockets.cpp:83
Method
on_readable
src/memcache/sockets.cpp:123
Method
on_readable
cybozu/signal.hpp:60
Method
on_release
src/counter/sockets.cpp:211
Method
on_slave_end
Called when the server leaves the slave mode.
src/handler.hpp:41
Method
on_slave_interval
Called when the intervals of the reactor loop.
src/handler.hpp:38
Method
on_slave_start
Called when the server enters the slave mode. If this function succeeded, returns `true`. Otherwise, returns `false`.
src/handler.hpp:35
Method
on_slave_start
src/memcache/handler.cpp:143
Method
on_start
Called when the server starts.
src/handler.hpp:17
Method
on_writable
src/counter/sockets.cpp:101
Method
on_writable
src/memcache/sockets.cpp:144
Method
on_writable
cybozu/signal.hpp:75
Method
on_writable
cybozu/tcp.hpp:329
Method
open_nolock
cybozu/logger.cpp:34
Method
operator!=
cybozu/ip_address.hpp:56
Function
operator==
test/counter_request.cpp:13
Function
operator==
cybozu/dynbuf.hpp:220
Function
operator==
cybozu/hash_map.hpp:89
Method
operator==
cybozu/ip_address.cpp:93
Function
optparse
main
test/counter.cpp:250
Function
optparse
main
test/counter_interactive.cpp:117
Function
optparse
main
test/protocol_binary.cpp:1255
Method
output
cybozu/logger.cpp:25
Method
parse
src/memcache/memcache.cpp:414
Method
parse
cybozu/ip_address.cpp:46
Method
parse_delete
src/memcache/memcache.cpp:239
Method
parse_error
cybozu/config_parser.hpp:33
Method
parse_flushall
src/memcache/memcache.cpp:85
Method
parse_get
src/memcache/memcache.cpp:394
Method
parse_incdec
src/memcache/memcache.cpp:359
Method
parse_keys
src/memcache/memcache.cpp:404
Method
parse_lock
src/memcache/memcache.cpp:303
Method
parse_stats
src/memcache/memcache.cpp:323
Method
parse_storage
src/memcache/memcache.cpp:163
Method
parse_touch
src/memcache/memcache.cpp:265
Method
parse_unlock
src/memcache/memcache.cpp:318
Method
parse_verbosity
src/memcache/memcache.cpp:123
Method
pause
cybozu/spinlock.hpp:28
Method
poll
cybozu/reactor.cpp:105
Method
port
src/config.hpp:27
Function
print_ratio
test/chrono.cpp:15
Method
quit
Quit the run loop gracefully. Call this to quit the run loop gracefully. Only the reactor thread can use this.
cybozu/reactor.hpp:265
Method
reactor
cybozu/reactor.cpp:30
Method
reactor_gc_ready
If this protocol handler is ready for the reactor GC, returns true. Otherwise, return false.
src/handler.hpp:50
Method
reactor_gc_ready
src/server.cpp:37
Method
reactor_gc_ready
src/memcache/handler.cpp:60
Method
receive
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
Method
recv
test/protocol_binary.cpp:470
Method
release_all
src/counter/sockets.cpp:225
Method
remove
Thread-safe <remove_nolock>.
cybozu/hash_map.hpp:212
Method
remove
Thread-safe <remove_nolock>.
cybozu/hash_map.hpp:332
Method
remove_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
Method
remove_lock
src/memcache/sockets.hpp:39
Method
remove_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
Method
remove_resource
Remove a registered resource. This is only for the reactor thread.
cybozu/reactor.hpp:337
Method
repl_client_socket
src/memcache/sockets.hpp:148
Method
repl_socket
src/memcache/sockets.hpp:97
Method
request
test/protocol_binary.cpp:48
← previous
next →
401–500 of 570, ranked by callers