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
↓ 5 callers
Method
initial
Return an unsigned 64bit integer value to initialize an object.
src/memcache/memcache.hpp:342
↓ 5 callers
Method
keys
test/protocol_binary.cpp:443
↓ 5 callers
Method
load
cybozu/config_parser.cpp:23
↓ 5 callers
Method
locked_by_self
Return `true` if this object is locked by the current context.
src/memcache/object.hpp:157
↓ 5 callers
Method
noop
test/protocol_binary.cpp:226
↓ 5 callers
Method
post_job
Ask this worker thread to execute a new job. @job_ A callback function to be executed by the worker thread.
cybozu/worker.hpp:59
↓ 5 callers
Method
prepare
Prepare enough free space in the internal buffer. @len Required free space size. This prepares at least `len` byte free space in the internal buffer
cybozu/dynbuf.hpp:131
↓ 5 callers
Function
repl_delete
src/memcache/replication.cpp:72
↓ 5 callers
Method
stat
test/protocol_binary.cpp:430
↓ 5 callers
Method
stored
src/memcache/memcache.hpp:175
↓ 5 callers
Method
touch
test/protocol_binary.cpp:246
↓ 5 callers
Method
unlock
src/memcache/object.hpp:137
↓ 4 callers
Method
data
Return the pointer to the head of the internal buffer.
cybozu/dynbuf.hpp:144
↓ 4 callers
Method
get_as_bool
Get a boolean converted from the value associated with `key`. @key A configuration key. Get a boolean converted from the value associated with `key
cybozu/config_parser.hpp:131
↓ 4 callers
Function
get_peer_ip_address
cybozu/ip_address.cpp:121
↓ 4 callers
Method
incdec
src/memcache/memcache.cpp:1053
↓ 4 callers
Method
lock_and_get
test/protocol_binary.cpp:273
↓ 4 callers
Method
lock_memory
src/config.hpp:120
↓ 4 callers
Method
max_connections
src/config.hpp:81
↓ 4 callers
Function
reset_heap_limit
test/object.cpp:11
↓ 4 callers
Function
tcp_connect
cybozu/tcp.cpp:38
↓ 4 callers
Method
touch
src/memcache/object.hpp:77
↓ 4 callers
Method
unlock
test/protocol_binary.cpp:397
↓ 4 callers
Method
unlock
cybozu/spinlock.hpp:22
↓ 4 callers
Method
verbosity
Return the log verbosity sent with VERBOSITY.
src/memcache/memcache.hpp:112
↓ 3 callers
Method
acquire
src/counter/counter.cpp:181
↓ 3 callers
Method
add
test/protocol_binary.cpp:314
↓ 3 callers
Method
command
src/counter/counter.hpp:52
↓ 3 callers
Method
empty
cybozu/tcp.hpp:271
↓ 3 callers
Method
flush_all
test/protocol_binary.cpp:410
↓ 3 callers
Function
foo
test/mutex.cpp:11
↓ 3 callers
Method
foreach
Apply `pred` for each object. @pred Predicate function
cybozu/hash_map.hpp:312
↓ 3 callers
Method
gc
src/counter/gc.cpp:27
↓ 3 callers
Function
has_ip_address
cybozu/ip_address.cpp:116
↓ 3 callers
Method
is_running
Return `true` while this worker thread is busy for a job.
cybozu/worker.hpp:53
↓ 3 callers
Method
length
src/counter/counter.hpp:51
↓ 3 callers
Method
lock
src/memcache/object.hpp:131
↓ 3 callers
Method
max_consumption
test/counter_client.hpp:91
↓ 3 callers
Method
maximum
src/counter/counter.hpp:57
↓ 3 callers
Method
not_stored
src/memcache/memcache.hpp:178
↓ 3 callers
Method
opaque
test/counter_client.hpp:74
↓ 3 callers
Function
parse_unit
src/config.cpp:46
↓ 3 callers
Method
prepend
test/protocol_binary.cpp:375
↓ 3 callers
Function
repl_touch
src/memcache/replication.cpp:57
↓ 3 callers
Method
replace
test/protocol_binary.cpp:300
↓ 3 callers
Method
run
src/counter/gc.cpp:8
↓ 3 callers
Method
set
src/sync.hpp:23
↓ 3 callers
Function
siphash24
cybozu/siphash.cpp:73
↓ 3 callers
Method
start
cybozu/thread.hpp:29
↓ 3 callers
Method
stat_interval
src/config.hpp:36
↓ 3 callers
Method
success
src/counter/counter.cpp:130
↓ 3 callers
Method
swap
cybozu/dynbuf.hpp:61
↓ 3 callers
Method
valid
Return `true` if the request can be parsed successfully.
src/memcache/memcache.hpp:68
↓ 2 callers
Method
add_request
src/sync.hpp:46
↓ 2 callers
Function
add_stat
src/counter/counter.cpp:23
↓ 2 callers
Method
age
src/memcache/object.hpp:116
↓ 2 callers
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
cybozu/hash_map.hpp:300
↓ 2 callers
Method
body_length
test/counter_client.hpp:58
↓ 2 callers
Method
check
src/sync.hpp:58
↓ 2 callers
Method
clear_nolock
Clear objects in this bucket.
cybozu/hash_map.hpp:261
↓ 2 callers
Function
connect_server
test/counter_interactive.cpp:10
↓ 2 callers
Function
connect_server
test/protocol_binary.cpp:31
↓ 2 callers
Method
consumption
src/counter/object.hpp:53
↓ 2 callers
Method
data
cybozu/hash_map.hpp:62
↓ 2 callers
Method
decr
src/memcache/object.cpp:154
↓ 2 callers
Method
done
cybozu/thread.hpp:58
↓ 2 callers
Method
dump
test/counter_client.hpp:216
↓ 2 callers
Method
enable
src/config.hpp:24
↓ 2 callers
Method
fix_garbage
Fix the garbage resources to be destructed at the next <gc>. Fix the garbage resources to be destructed at the next <gc>. Only the reactor thread can
cybozu/reactor.hpp:310
↓ 2 callers
Function
get_stat
cybozu/filesystem.cpp:11
↓ 2 callers
Method
has_prefix
cybozu/hash_map.hpp:74
↓ 2 callers
Method
incr
src/memcache/object.cpp:134
↓ 2 callers
Method
initial_repl_sleep_delay_usec
src/config.hpp:114
↓ 2 callers
Method
invalidate
Invalidate all registered resources. Invalidate all registered resources to unblock other threads.
cybozu/reactor.hpp:270
↓ 2 callers
Function
is_binary_request
src/memcache/memcache.hpp:23
↓ 2 callers
Function
ltrim
cybozu/config_parser.cpp:15
↓ 2 callers
Function
mkstemp_wrap
A helper function for <tempfile>.
src/tempfile.hpp:22
↓ 2 callers
Function
nearest_prime
cybozu/hash_map.cpp:9
↓ 2 callers
Method
noop
test/counter_client.hpp:149
↓ 2 callers
Method
on_readable
cybozu/tcp.cpp:451
↓ 2 callers
Method
on_slave_end
src/memcache/handler.cpp:177
↓ 2 callers
Method
opaque
Return `opaque` sent with the request.
test/protocol_binary.cpp:118
↓ 2 callers
Method
open
cybozu/logger.hpp:101
↓ 2 callers
Method
prepend
src/memcache/object.cpp:105
↓ 2 callers
Function
print_usage
test/counter.cpp:239
↓ 2 callers
Function
print_usage
test/protocol_binary.cpp:1244
↓ 2 callers
Method
release
src/counter/object.hpp:40
↓ 2 callers
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:345
↓ 2 callers
Method
remove_resource
cybozu/reactor.cpp:86
↓ 2 callers
Method
repl_bufsize
src/config.hpp:111
↓ 2 callers
Method
replace_and_unlock
test/protocol_binary.cpp:327
↓ 2 callers
Method
reset
Clear the contents and reset the internal buffer.
cybozu/dynbuf.hpp:68
↓ 2 callers
Method
resources
src/counter/counter.hpp:56
↓ 2 callers
Function
rtrim
cybozu/config_parser.cpp:11
↓ 2 callers
Method
run_once
Run the reactor once.
cybozu/reactor.hpp:256
↓ 2 callers
Method
set_handler
cybozu/signal.hpp:53
↓ 2 callers
Function
signal_setup
cybozu/signal.cpp:25
↓ 2 callers
Function
siphash24_seed
cybozu/siphash.cpp:65
↓ 2 callers
Method
slave_timeout
src/config.hpp:129
↓ 2 callers
Method
stats
Return memcache stats category sent with STATS.
src/memcache/memcache.hpp:115
← previous
next →
101–200 of 570, ranked by callers