| 94 | RatekeeperSingleton(const Optional<RatekeeperInterface>& interface) : Singleton(interface) {} |
| 95 | |
| 96 | Role getRole() const { return Role::RATEKEEPER; } |
| 97 | ProcessClass::ClusterRole getClusterRole() const { return ProcessClass::Ratekeeper; } |
| 98 | |
| 99 | void setInterfaceToDbInfo(ClusterControllerData* cc) const { |
no outgoing calls
no test coverage detected