Lines Matching refs:KVAdapter
44 int32_t KVAdapter::Init() in Init()
78 void KVAdapter::UnInit() in UnInit()
90 int32_t KVAdapter::ReInit() in ReInit()
97 int32_t KVAdapter::Put(const std::string &key, const std::string &value) in Put()
119 int32_t KVAdapter::Get(const std::string &key, std::string &value) in Get()
138 void KVAdapter::OnRemoteDied() in OnRemoteDied()
148 DistributedKv::Status KVAdapter::GetLocalKvStorePtr() in GetLocalKvStorePtr()
163 void KVAdapter::RegisterKvStoreDeathListener() in RegisterKvStoreDeathListener()
169 void KVAdapter::UnregisterKvStoreDeathListener() in UnregisterKvStoreDeathListener()
175 int32_t KVAdapter::DeleteKvStore() in DeleteKvStore()
183 int32_t KVAdapter::DeleteByAppId(const std::string &appId, const std::string &prefix) in DeleteByAppId()
211 int32_t KVAdapter::DeleteBatch(const std::vector<std::string> &keys) in DeleteBatch()