Home
last modified time | relevance | path

Searched refs:store_snapshot (Results 1 – 2 of 2) sorted by relevance

/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs226 self.store_snapshot(handle, agg.as_ref())?; in warm_aggregate()
327 self.store_snapshot(&handle, &agg)?; in recover()
371 self.store_snapshot(&handle, &aggregate)?; in add()
505 self.store_snapshot(&handle, agg)?; in command()
956 …fn store_snapshot<V: Aggregate>(&self, id: &Handle, aggregate: &V) -> Result<(), AggregateStoreErr… in store_snapshot() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_stored_grants.cc491 const NdbError *store_snapshot(NdbTransaction *tx, ThreadContext *ctx) { in store_snapshot() function
572 std::function<decltype(store_snapshot)>(store_snapshot), in write_snapshot()