Seastar
High performance C++ framework for concurrent servers
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Related Functions
Files
File List
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Deprecated List
Member
seastar::json::formatter::to_json
(const char *str)
A more robust overload should be preferred:
to_json(const char*, size_t)
Member
seastar::later
() noexcept
Use
yield()
instead, or
check_for_io_immediately()
if your really need it.
Member
seastar::rpc::protocol< Serializer, MsgType >::set_logger
(std::function< void(const sstring &)> logger)
use the logger overload
set_logger(::seastar::logger*)
instead.
Member
seastar::scollectd::add_disabled_polled_metric
(const
type_instance_id
&id, description d, Args &&arg)
metrics registration should be done using the metrics layer
Member
seastar::scollectd::add_polled_metric
(const plugin_id &plugin, const plugin_instance_id &plugin_instance, const type_id &type, const scollectd::type_instance &type_instance, _Args &&... args)
metrics registration should be done using the metrics layer
Member
seastar::scollectd::add_polled_metric
(const plugin_id &plugin, const plugin_instance_id &plugin_instance, const type_id &type, const scollectd::type_instance &type_instance, description d, _Args &&... args)
metrics registration should be done using the metrics layer
Member
seastar::scollectd::add_polled_metric
(const
type_instance_id
&id, description d, Arg &&arg, bool enabled=true)
metrics registration should be done using the metrics layer
Member
seastar::scollectd::add_polled_metric
(const
type_instance_id
&id, Arg &&arg)
metrics registration should be done using the metrics layer
Member
seastar::scollectd::options::collectd_hostname
use
metrics::options::metrics_hostname
instead
Member
seastar::scollectd::total_bytes
metrics registration should be done using the metrics layer
Generated by
1.9.4