|
Hazelcast C++ Client
|
#include <IdGenerator.h>
Inheritance diagram for hazelcast::client::IdGenerator:Public Member Functions | |
| virtual bool | init (int64_t id) |
| virtual int64_t | newId () |
Friends | |
| class | impl::HazelcastClientInstanceImpl |
| class | FlakeIdGenerator |
Use HazelcastClient#getFlakeIdGenerator(const std::string &) for an alternative implementation which does not suffer from this problem.
Cluster-wide unique id generator.
1.8.14