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
AutoRun
cybozu/test.hpp:25
Method
_flush
cybozu/tcp.hpp:274
Method
_free
cybozu/dynbuf.hpp:198
Method
_malloc
cybozu/dynbuf.hpp:187
Method
_realloc
cybozu/dynbuf.hpp:206
Method
_send
cybozu/tcp.cpp:162
Method
_sendv
cybozu/tcp.cpp:226
Function
accum
test/spinlock.cpp:13
Method
acquire
src/counter/object.hpp:25
Method
add_lock
src/memcache/sockets.hpp:33
Method
add_prefix
cybozu/logger.cpp:16
Method
append
cybozu/test.hpp:38
Method
append
Append contents. @p The pointer to the contents. @len The length of the contents.
cybozu/dynbuf.hpp:85
Method
apply
Thread-safe <apply_nolock>.
cybozu/hash_map.hpp:175
Method
apply_nolock
Handle or insert an object. @key The object's key. @h A function to handle an existing object. @c A function to create a new object. This func
cybozu/hash_map.hpp:161
Method
bad_address
cybozu/ip_address.hpp:31
Method
bad_config
src/config.hpp:60
Method
binary_request
src/memcache/memcache.hpp:294
Method
binary_response
src/memcache/memcache.hpp:370
Method
body_length
src/counter/counter.hpp:54
Method
bucket
cybozu/hash_map.hpp:134
Method
buckets
src/config.hpp:33
Method
can_send
cybozu/tcp.hpp:263
Method
capacity
cybozu/tcp.hpp:258
Method
cas_unique
Return `cas unique` sent with CAS command.
src/memcache/memcache.hpp:83
Method
cas_unique
Return `cas unique` sent with CAS command.
src/memcache/memcache.hpp:324
Method
check
src/sync.hpp:25
Function
clear_memory_
cybozu/util.cpp:18
Method
client
test/protocol_binary.cpp:203
Method
client
test/counter_client.hpp:125
Method
close
cybozu/logger.hpp:112
Method
close_nolock
cybozu/logger.hpp:71
Method
cmd_acquire
src/counter/sockets.cpp:156
Method
cmd_bin
src/memcache/sockets.cpp:155
Method
cmd_dump
src/counter/sockets.cpp:194
Method
cmd_get
src/counter/sockets.cpp:147
Method
cmd_release
src/counter/sockets.cpp:176
Method
cmd_text
src/memcache/sockets.cpp:599
Method
command
Return the command type.
test/protocol_binary.cpp:112
Method
command
Return the command type.
src/memcache/memcache.hpp:312
Method
config
Setup default configurations.
src/config.hpp:55
Method
config_parser
Create an empty config_parser object.
cybozu/config_parser.hpp:20
Method
counter_socket
src/counter/sockets.cpp:15
Function
creator
test/hash_map.cpp:19
Method
data
Return data block sent with storage commands.
test/protocol_binary.cpp:127
Method
data
Return data block sent with storage commands.
src/memcache/memcache.hpp:336
Method
debug
cybozu/logger.hpp:127
Method
demangler
cybozu/util.cpp:27
Method
dummy_socket
test/tcp.cpp:40
Method
dump_stats
src/memcache/handler.cpp:182
Method
dynbuf
Constructor. @default_capacity The default capacity of the internal buffer. The constructor pre-allocates an internal buffer if `default_capacity` i
cybozu/dynbuf.hpp:39
Method
enlarge
cybozu/dynbuf.hpp:169
Method
error
Return `true` if the response status was not OK.
test/protocol_binary.cpp:107
Method
error
src/memcache/memcache.hpp:166
Method
error
cybozu/logger.hpp:118
Method
execute
src/counter/sockets.cpp:112
Method
exists
Return `true` if `key` exists. @key A configuration key.
cybozu/config_parser.hpp:86
Function
expired
test/hash_map.cpp:15
Method
exptime
Return `exptime` sent with storage commands and TOUCH and FLUSH_ALL.
src/memcache/memcache.hpp:80
Method
exptime
Return `exptime`.
src/memcache/memcache.hpp:333
Method
file_flusher
src/memcache/object.hpp:35
Method
fill_header
test/counter_client.hpp:225
Method
fill_header
src/counter/counter.cpp:120
Method
fill_header
src/memcache/memcache.hpp:397
Method
flags
src/counter/counter.hpp:53
Method
flags
Return `flags` sent with storage commands.
src/memcache/memcache.hpp:77
Method
flags
Return `flags` sent with storage commands.
src/memcache/memcache.hpp:327
Method
foreach
Apply `pred` for each object. @pred Predicate function
cybozu/hash_map.hpp:182
Method
free_buffers
cybozu/tcp.cpp:145
Method
freebytes
cybozu/dynbuf.hpp:165
Method
gc
src/memcache/gc.cpp:54
Method
gc
Destruct garbage resources fixed by <fix_garbage>. Destruct garbage resources fixed by <fix_garbage>. Only the reactor thread can use this.
cybozu/reactor.hpp:330
Method
gc
Collect garbage objects. @pred Predicate function. This function collects garbage objects. Objects for which `pred` returns `true` will be remov
cybozu/hash_map.hpp:247
Method
gc_ready
src/counter/handler.cpp:26
Method
gc_ready
src/memcache/handler.cpp:28
Method
gc_thread
src/counter/gc.hpp:16
Method
gc_thread
src/memcache/gc.hpp:25
Method
getBaseName
cybozu/test.hpp:50
Function
handle_abort [[noreturn]]
cybozu/signal.cpp:14
Method
handler
src/counter/handler.cpp:19
Method
handler
src/memcache/handler.cpp:18
Method
hash_key
Construct from a statically allocated memory. @p Pointer to a statically allocated memory. @len Length of the key. Construct from a statically allo
cybozu/hash_map.hpp:32
Method
hash_map
cybozu/hash_map.hpp:275
Method
ifaddrs_wrapper
cybozu/ip_address.cpp:19
Method
illegal_value
cybozu/config_parser.hpp:46
Method
info
cybozu/logger.hpp:124
Method
invalidate
Invalidate this resource. This is for the reactor thread only. You may call this from within <on_readable> or <on_writable>. This returns `false` on
cybozu/reactor.hpp:72
Method
invalidate_and_close
Invalidates this resource and closes the file descriptor. This is intended to be called by non-reactor threads. This is a simple wrapper of <with_fd>
cybozu/reactor.hpp:167
Method
invalidate_and_close_
cybozu/reactor.cpp:19
Method
ip_address
cybozu/ip_address.cpp:75
Method
ip_address
cybozu/ip_address.hpp:26
Function
isEqual
cybozu/test.hpp:131
Method
is_master
src/server.hpp:26
Function
is_readable
cybozu/filesystem.hpp:26
Method
item
cybozu/hash_map.hpp:129
Method
key
Return `key` sent with various commands.
src/memcache/memcache.hpp:74
Method
key
Return `key`.
src/memcache/memcache.hpp:318
Method
length
Return length of the response. Return length of the response. If the response is incomplete, zero is returned.
test/protocol_binary.cpp:101
Method
length
src/tempfile.hpp:61
Method
length
Return length of the request. Return length of the request. If the request is incomplete, zero is returned.
src/memcache/memcache.hpp:306
← previous
next →
301–400 of 570, ranked by callers