Seastar
High performance C++ framework for concurrent servers
seastar::concrete_execution_stage< ReturnType, Args > Member List

This is the complete list of members for seastar::concrete_execution_stage< ReturnType, Args >, including all inherited members.

_empty (defined in seastar::execution_stage)seastar::execution_stageprotected
_flush_scheduled (defined in seastar::execution_stage)seastar::execution_stageprotected
_metric_group (defined in seastar::execution_stage)seastar::execution_stageprotected
_name (defined in seastar::execution_stage)seastar::execution_stageprotected
_sg (defined in seastar::execution_stage)seastar::execution_stageprotected
_stats (defined in seastar::execution_stage)seastar::execution_stageprotected
concrete_execution_stage(const sstring &name, scheduling_group sg, noncopyable_function< ReturnType(Args...)> f) (defined in seastar::concrete_execution_stage< ReturnType, Args >)seastar::concrete_execution_stage< ReturnType, Args >inlineexplicit
concrete_execution_stage(const sstring &name, noncopyable_function< ReturnType(Args...)> f) (defined in seastar::concrete_execution_stage< ReturnType, Args >)seastar::concrete_execution_stage< ReturnType, Args >inlineexplicit
execution_stage(const sstring &name, scheduling_group sg={}) (defined in seastar::execution_stage)seastar::execution_stageexplicit
execution_stage(const execution_stage &)=delete (defined in seastar::execution_stage)seastar::execution_stage
execution_stage(execution_stage &&)seastar::execution_stage
flush() noexceptseastar::execution_stage
get_stats() const noexceptseastar::execution_stageinline
name() const noexceptseastar::execution_stageinline
operator()(typename internal::wrap_for_es< Args >::type... args)seastar::concrete_execution_stage< ReturnType, Args >inline
poll() const noexceptseastar::execution_stageinline
~execution_stage() (defined in seastar::execution_stage)seastar::execution_stagevirtual