Hazelcast C++ Client
|
#include <IdGenerator.h>
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.