userver: Deprecated List
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Deprecated List
Member cache::CacheUpdateTrait::kNoFirstUpdate
Use first-update-fail-ok: true instead
Member components::ComponentBase::LoggableComponentBase
use components::ComponentBase instead.
Member components::LoggableComponentBase
use components::ComponentBase instead.
File log_helper_fwd.hpp
Use userver/logging/fwd.hpp instead
File metadata.hpp
Use utils::statistics::Writer instead.
Member pytest_userver.client.ClientMonitor.get_metric (self, metric_name)
Use metrics() or single_metric() instead
Member pytest_userver.client.ClientMonitor.get_metrics (self, prefix=None)
Use metrics() or single_metric() instead
Member pytest_userver.client.ClientWrapper.raw_aiohttp_client (self)
Use pytest_userver.client.Client directly instead.
Member pytest_userver.plugins.grpc.mockserver.grpc_mockserver_new (grpc_mockserver)
Legacy alias for grpc_mockserver.
Member RunInCoro (utils::function_ref< void()> payload, std::size_t worker_threads=1)
use engine::RunStandalone instead
Member server::handlers::CustomHandlerException::CustomHandlerException (ServiceErrorCode service_code, ExternalBody external_body, InternalMessage internal_message, HandlerErrorCode handler_code, ExtraHeaders headers={}, formats::json::Value details={})
Use the variadic constructor above instead.
Member server::handlers::CustomHandlerException::CustomHandlerException (MessageBuilder &&builder, HandlerErrorCode handler_code)
Use the variadic constructor above instead.
Member testsuite::RegisterCache (const components::ComponentConfig &config, const components::ComponentContext &context, Component *self, void(Component::*reset_method)())
Use the overload without the config parameter.
Member ugrpc::client::ClientFactory::MakeClient (const std::string &client_name, const std::string &endpoint)
Use the overload taking ClientSettings instead.
Member utils::PeriodicTask::kCritical
Does nothing, PeriodicTask is always spawned as engine::Task::Importance::kCritical.
Member utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &&stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &&stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonRename (formats::json::ValueBuilder &stats_node, const std::string &new_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonRename (formats::json::ValueBuilder &&stats_node, const std::string &new_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonSkip (formats::json::ValueBuilder &stats_node)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonSkip (formats::json::ValueBuilder &&stats_node)
Use utils::statistics::Writer instead.
Member utils::statistics::Storage::GetAsJson () const
Use VisitMetrics instead.
Member utils::statistics::Storage::RegisterExtender (std::string prefix, ExtenderFunc func)
Use RegisterWriter instead.
Member yaml_config::YamlConfig::GetRawYamlWithoutConfigVars () const
Either use the current YamlConfig as a formats value, or use .As<formats::json::Value>() to get the correct treatment for $vars, #fallback, #env and #file.