MCPcopy Create free account
hub / github.com/apache/impala / AddCompleteRegistrationTopic

Method AddCompleteRegistrationTopic

be/src/statestore/statestore-subscriber.cc:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void StatestoreSubscriber::AddCompleteRegistrationTopic(
278 const CompleteRegistrationCallback& callback) {
279 statestore_->AddCompleteRegistrationTopic(callback);
280 if (statestore2_ != nullptr) {
281 statestore2_->AddCompleteRegistrationTopic(callback);
282 }
283}
284
285bool StatestoreSubscriber::IsInPostRecoveryGracePeriod() {
286 StatestoreStub* active_statestore = GetActiveStatestore();

Callers 1

ExecEnvMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected