#include <TritonService.h>
Public Member Functions | |
Server (const edm::ParameterSet &pset) | |
Server (const std::string &name_, const std::string &url_, TritonServerType type_) | |
Public Attributes | |
bool | isFallback |
std::unordered_set< std::string > | models |
triton::client::SslOptions | sslOptions |
TritonServerType | type |
std::string | url |
bool | useSsl |
Static Public Attributes | |
static const std::string | fallbackAddress {"0.0.0.0"} |
static const std::string | fallbackName {"fallback"} |
static const std::string | siteconfName {"SONIC_LOCAL_BALANCER"} |
Definition at line 67 of file TritonService.h.
|
inline |
Definition at line 68 of file TritonService.h.
References muonDTDigis_cfi::pset, sslOptions, AlCaHLTBitMon_QueryRunRegistry::string, and useSsl.
|
inline |
Definition at line 80 of file TritonService.h.
|
static |
Definition at line 91 of file TritonService.h.
Referenced by TritonService::preBeginJob().
|
static |
Definition at line 90 of file TritonService.h.
Referenced by core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::declareHandles(), core.TriggerBitAnalyzer.TriggerBitAnalyzer::declareHandles(), and TritonService::preBeginJob().
bool TritonService::Server::isFallback |
Definition at line 85 of file TritonService.h.
std::unordered_set<std::string> TritonService::Server::models |
Definition at line 89 of file TritonService.h.
|
static |
Definition at line 92 of file TritonService.h.
Referenced by TritonService::TritonService().
triton::client::SslOptions TritonService::Server::sslOptions |
Definition at line 88 of file TritonService.h.
Referenced by Server().
TritonServerType TritonService::Server::type |
Definition at line 87 of file TritonService.h.
Referenced by core.autovars.NTupleVariable::makeBranch(), and core.AutoHandle.AutoHandle::ReallyLoad().
std::string TritonService::Server::url |
Definition at line 84 of file TritonService.h.
Referenced by rrapi.RRApi::get().
bool TritonService::Server::useSsl |
Definition at line 86 of file TritonService.h.
Referenced by Server().