MCPcopy Create free account
hub / github.com/Tencent/phxqueue / StoreSelectorDefault

Method StoreSelectorDefault

phxqueue/producer/selector.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105StoreSelectorDefault::StoreSelectorDefault(const int topic_id, const int pub_id,
106 const uint64_t uin, const bool retry_switch_store)
107 : impl_(new StoreSelectorDefaultImpl()) {
108 assert(impl_);
109 impl_->topic_id = topic_id;
110 impl_->pub_id = pub_id;
111 impl_->uin = uin;
112 impl_->retry_switch_store = retry_switch_store;
113 impl_->retry = 0;
114}
115
116StoreSelectorDefault::~StoreSelectorDefault() {}
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected