33 #ifndef _IDENTT_STORE_LOOKUP_SERVICE_HPP_ 34 #define _IDENTT_STORE_LOOKUP_SERVICE_HPP_ 59 ::identt::utils::SharedTable::pointer stptr,
60 ::identt::query::LookupDataT* lact);
75 ::identt::utils::SharedTable::pointer stptr,
76 ::identt::query::BulkLookupDataT* blact);
80 std::mutex read_mutex;
95 ::identt::utils::SharedTable::pointer stptr,
96 ::identt::query::LookupQueryT* query,
97 ::identt::query::LookupResultT* result);
117 void BulkLookupGlobal(
118 ::identt::utils::SharedTable::pointer stptr,
119 ::identt::query::BulkLookupDataT* blact,
120 size_t start,
size_t end);
135 ::identt::utils::SharedTable::pointer stptr,
136 ::identt::query::LookupQueryT* query,
137 ::identt::query::LookupResultT* result);
157 void BulkLookupLocal(
158 ::identt::utils::SharedTable::pointer stptr,
159 ::identt::query::BulkLookupDataT* blact,
160 size_t start,
size_t end);
166 #endif // _IDENTT_STORE_LOOKUP_SERVICE_HPP_ Definition: SignedJson.hpp:43
Definition: StoreBase.hpp:58
Definition: CryptoBase.hpp:49
void BulkLookupAction(::identt::utils::SharedTable::pointer stptr, ::identt::query::BulkLookupDataT *blact)
BulkLookupAction : Service Endpoint Lookup.
Definition: LookupService.cc:62
Definition: LookupService.hpp:43
void LookupAction(::identt::utils::SharedTable::pointer stptr, ::identt::query::LookupDataT *lact)
LookupAction : Service Endpoint Lookup.
Definition: LookupService.cc:47